Color Hex Logo

#dc67ac Color Hex

#DC67AC
(220,103,172)
0 Favorites   0 Comments

Color spaces of #dc67ac

RGB 220103172
HSL0.900.630.63
HSV325°53°86°
CMYK 0.000.530.22   0.14
XYZ41.811827.894742.2102
Yxy27.89470.37360.2492
Hunter Lab52.815448.8841-10.4139
CIE-Lab59.793553.5723-15.1523

#dc67ac color RGB value is (220,103,172).

#dc67ac hex color red value is 220, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc67ac hue: 0.90 , saturation: 0.63 and the lightness value of dc67ac is 0.63.

The process color (four color CMYK) of #dc67ac color hex is 0.00, 0.53, 0.22, 0.14. Web safe color of #dc67ac is #cc6699. Color #dc67ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10101100
Octal 334 147 254
Decimal 220 103 172
Hex DC 67 AC

RGB Percentages of Color #dc67ac

%44.44
%20.81
%34.75

CMYK Percentages of Color #dc67ac

%0
%53
%22
%14

Triadic Colors of #dc67ac

#dc67ac #acdc67 #67acdc

Analogous Colors of #dc67ac

#dc67ac #dc6772 #d267dc

Monochromatic Colors of #dc67ac

#dc67ac

Complementary Color

#dc67ac #67dc97

#dc67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc67ac Color CSS Codes

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

#dc67ac Text Font Color

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

This sample text font color is #dc67ac
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.


#dc67ac Background Color

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

This div background color is #dc67ac


#dc67ac Border Color

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

This div border color is #dc67ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,103,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 #dc67ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc67ac


Comments

No comments written yet.

Please login to write comment.