Color Hex Logo

#dc909e Color Hex

#DC909E
(220,144,158)
0 Favorites   0 Comments

Color spaces of #dc909e

RGB 220144158
HSL0.970.520.71
HSV349°35°86°
CMYK 0.000.350.28   0.14
XYZ45.660037.630837.2047
Yxy37.63080.37890.3123
Hunter Lab61.343925.51066.9818
CIE-Lab67.747630.61274.5703

#dc909e color RGB value is (220,144,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 10011110
Octal 334 220 236
Decimal 220 144 158
Hex DC 90 9E

RGB Percentages of Color #dc909e

%42.15
%27.59
%30.27

CMYK Percentages of Color #dc909e

%0
%35
%28
%14

Triadic Colors of #dc909e

#dc909e #9edc90 #909edc

Analogous Colors of #dc909e

#dc909e #dca890 #dc90c4

Monochromatic Colors of #dc909e

#dc909e

Complementary Color

#dc909e #90dcce

#dc909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc909e Color CSS Codes

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

#dc909e Text Font Color

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

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


#dc909e Background Color

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

This div background color is #dc909e


#dc909e Border Color

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

This div border color is #dc909e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc909e


Comments

No comments written yet.

Please login to write comment.