Color Hex Logo

#dc989f Color Hex

#DC989F
(220,152,159)
0 Favorites   0 Comments

Color spaces of #dc989f

RGB 220152159
HSL0.980.490.73
HSV354°31°86°
CMYK 0.000.310.28   0.14
XYZ47.001440.175338.0783
Yxy40.17530.37520.3207
Hunter Lab63.384021.44198.7500
CIE-Lab69.594226.45116.6682

#dc989f color RGB value is (220,152,159).

#dc989f hex color red value is 220, green value is 152 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc989f hue: 0.98 , saturation: 0.49 and the lightness value of dc989f is 0.73.

The process color (four color CMYK) of #dc989f color hex is 0.00, 0.31, 0.28, 0.14. Web safe color of #dc989f is #cc9999. Color #dc989f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 10011111
Octal 334 230 237
Decimal 220 152 159
Hex DC 98 9F

RGB Percentages of Color #dc989f

%41.43
%28.63
%29.94

CMYK Percentages of Color #dc989f

%0
%31
%28
%14

Triadic Colors of #dc989f

#dc989f #9fdc98 #989fdc

Analogous Colors of #dc989f

#dc989f #dcb398 #dc98c1

Monochromatic Colors of #dc989f

#dc989f

Complementary Color

#dc989f #98dcd5

#dc989f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc989f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc989f Color CSS Codes

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

#dc989f Text Font Color

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

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


#dc989f Background Color

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

This div background color is #dc989f


#dc989f Border Color

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

This div border color is #dc989f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc989f


Comments

No comments written yet.

Please login to write comment.