Color Hex Logo

#dc909f Color Hex

#DC909F
(220,144,159)
0 Favorites   0 Comments

Color spaces of #dc909f

RGB 220144159
HSL0.970.520.71
HSV348°35°86°
CMYK 0.000.350.28   0.14
XYZ45.746537.665437.6599
Yxy37.66540.37780.3111
Hunter Lab61.372125.65186.5783
CIE-Lab67.773330.74924.0466

#dc909f color RGB value is (220,144,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 10011111
Octal 334 220 237
Decimal 220 144 159
Hex DC 90 9F

RGB Percentages of Color #dc909f

%42.07
%27.53
%30.40

CMYK Percentages of Color #dc909f

%0
%35
%28
%14

Triadic Colors of #dc909f

#dc909f #9fdc90 #909fdc

Analogous Colors of #dc909f

#dc909f #dca790 #dc90c5

Monochromatic Colors of #dc909f

#dc909f

Complementary Color

#dc909f #90dccd

#dc909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc909f Color CSS Codes

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

#dc909f Text Font Color

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

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


#dc909f Background Color

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

This div background color is #dc909f


#dc909f Border Color

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

This div border color is #dc909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc909f


Comments

No comments written yet.

Please login to write comment.