Color Hex Logo

#dc88ac Color Hex

#DC88AC
(220,136,172)
0 Favorites   0 Comments

Color spaces of #dc88ac

RGB 220136172
HSL0.930.550.70
HSV334°38°86°
CMYK 0.000.380.22   0.14
XYZ45.765835.802543.5282
Yxy35.80250.36580.2862
Hunter Lab59.835231.8167-1.2470
CIE-Lab66.368736.8584-5.3180

#dc88ac color RGB value is (220,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 10101100
Octal 334 210 254
Decimal 220 136 172
Hex DC 88 AC

RGB Percentages of Color #dc88ac

%41.67
%25.76
%32.58

CMYK Percentages of Color #dc88ac

%0
%38
%22
%14

Triadic Colors of #dc88ac

#dc88ac #acdc88 #88acdc

Analogous Colors of #dc88ac

#dc88ac #dc8e88 #dc88d6

Monochromatic Colors of #dc88ac

#dc88ac

Complementary Color

#dc88ac #88dcb8

#dc88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88ac Color CSS Codes

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

#dc88ac Text Font Color

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

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


#dc88ac Background Color

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

This div background color is #dc88ac


#dc88ac Border Color

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

This div border color is #dc88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88ac


Comments

No comments written yet.

Please login to write comment.