Color Hex Logo

#dc90ac Color Hex

#DC90AC
(220,144,172)
0 Favorites   0 Comments

Color spaces of #dc90ac

RGB 220144172
HSL0.940.520.71
HSV338°35°86°
CMYK 0.000.350.22   0.14
XYZ46.934938.140743.9179
Yxy38.14070.36390.2957
Hunter Lab61.758227.57951.0680
CIE-Lab68.124232.6008-2.7297

#dc90ac color RGB value is (220,144,172).

#dc90ac hex color red value is 220, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc90ac hue: 0.94 , saturation: 0.52 and the lightness value of dc90ac is 0.71.

The process color (four color CMYK) of #dc90ac color hex is 0.00, 0.35, 0.22, 0.14. Web safe color of #dc90ac is #cc9999. Color #dc90ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 10101100
Octal 334 220 254
Decimal 220 144 172
Hex DC 90 AC

RGB Percentages of Color #dc90ac

%41.04
%26.87
%32.09

CMYK Percentages of Color #dc90ac

%0
%35
%22
%14

Triadic Colors of #dc90ac

#dc90ac #acdc90 #90acdc

Analogous Colors of #dc90ac

#dc90ac #dc9a90 #dc90d2

Monochromatic Colors of #dc90ac

#dc90ac

Complementary Color

#dc90ac #90dcc0

#dc90ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc90ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc90ac Color CSS Codes

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

#dc90ac Text Font Color

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

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


#dc90ac Background Color

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

This div background color is #dc90ac


#dc90ac Border Color

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

This div border color is #dc90ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc90ac


Comments

No comments written yet.

Please login to write comment.