Color Hex Logo

#dc899c Color Hex

#DC899C
(220,137,156)
0 Favorites   0 Comments

Color spaces of #dc899c

RGB 220137156
HSL0.960.540.70
HSV346°38°86°
CMYK 0.000.380.29   0.14
XYZ44.461635.507335.9627
Yxy35.50730.38350.3063
Hunter Lab59.588028.90885.9288
CIE-Lab66.141734.07833.3751

#dc899c color RGB value is (220,137,156).

#dc899c hex color red value is 220, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dc899c hue: 0.96 , saturation: 0.54 and the lightness value of dc899c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 10011100
Octal 334 211 234
Decimal 220 137 156
Hex DC 89 9C

RGB Percentages of Color #dc899c

%42.88
%26.71
%30.41

CMYK Percentages of Color #dc899c

%0
%38
%29
%14

Triadic Colors of #dc899c

#dc899c #9cdc89 #899cdc

Analogous Colors of #dc899c

#dc899c #dca089 #dc89c6

Monochromatic Colors of #dc899c

#dc899c

Complementary Color

#dc899c #89dcc9

#dc899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc899c Color CSS Codes

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

#dc899c Text Font Color

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

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


#dc899c Background Color

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

This div background color is #dc899c


#dc899c Border Color

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

This div border color is #dc899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc899c


Comments

No comments written yet.

Please login to write comment.