Color Hex Logo

#dc88ad Color Hex

#DC88AD
(220,136,173)
0 Favorites   0 Comments

Color spaces of #dc88ad

RGB 220136173
HSL0.930.550.70
HSV334°38°86°
CMYK 0.000.380.21   0.14
XYZ45.862235.841144.0360
Yxy35.84110.36470.2850
Hunter Lab59.867431.9741-1.7041
CIE-Lab66.398337.0058-5.8377

#dc88ad color RGB value is (220,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 10101101
Octal 334 210 255
Decimal 220 136 173
Hex DC 88 AD

RGB Percentages of Color #dc88ad

%41.59
%25.71
%32.70

CMYK Percentages of Color #dc88ad

%0
%38
%21
%14

Triadic Colors of #dc88ad

#dc88ad #addc88 #88addc

Analogous Colors of #dc88ad

#dc88ad #dc8d88 #dc88d7

Monochromatic Colors of #dc88ad

#dc88ad

Complementary Color

#dc88ad #88dcb7

#dc88ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88ad Color CSS Codes

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

#dc88ad Text Font Color

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

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


#dc88ad Background Color

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

This div background color is #dc88ad


#dc88ad Border Color

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

This div border color is #dc88ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88ad


Comments

No comments written yet.

Please login to write comment.