Color Hex Logo

#dc3dac Color Hex

#DC3DAC
(220,61,172)
0 Favorites   0 Comments

Color spaces of #dc3dac

RGB 22061172
HSL0.880.690.55
HSV318°72°86°
CMYK 0.000.720.22   0.14
XYZ38.630321.531741.1497
Yxy21.53170.38130.2125
Hunter Lab46.402367.3989-20.0970
CIE-Lab53.526670.6843-24.7257

#dc3dac color RGB value is (220,61,172).

#dc3dac hex color red value is 220, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc3dac hue: 0.88 , saturation: 0.69 and the lightness value of dc3dac is 0.55.

The process color (four color CMYK) of #dc3dac color hex is 0.00, 0.72, 0.22, 0.14. Web safe color of #dc3dac is #cc3399. Color #dc3dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111101 10101100
Octal 334 75 254
Decimal 220 61 172
Hex DC 3D AC

RGB Percentages of Color #dc3dac

%48.57
%13.47
%37.97

CMYK Percentages of Color #dc3dac

%0
%72
%22
%14

Triadic Colors of #dc3dac

#dc3dac #acdc3d #3dacdc

Analogous Colors of #dc3dac

#dc3dac #dc3d5d #bd3ddc

Monochromatic Colors of #dc3dac

#dc3dac

Complementary Color

#dc3dac #3ddc6d

#dc3dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3dac Color CSS Codes

.mybgcolor {background-color:#dc3dac; } 
.myforecolor {color:#dc3dac; }
.mybordercolor {border:3px solid #dc3dac; }

#dc3dac Text Font Color

<p style="color:#dc3dac">Text here</p>

This sample text font color is #dc3dac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc3dac Background Color

<div style="background-color:#dc3dac">
Div content here</div>

This div background color is #dc3dac


#dc3dac Border Color

<div style="border:3px solid #dc3dac">
Div here</div>

This div border color is #dc3dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,61,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc3dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc3dac;
  -webkit-box-shadow: 1px 1px 3px 2px #dc3dac;
  box-shadow:         1px 1px 3px 2px #dc3dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,61,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc3dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc3dac;
  -webkit-box-shadow: 1px 1px 3px 2px #dc3dac;
  box-shadow:         1px 1px 3px 2px #dc3dac;">
Div content here</div>

This div box has shadow with color #dc3dac


Comments

No comments written yet.

Please login to write comment.