Color Hex Logo

#dc939a Color Hex

#DC939A
(220,147,154)
0 Favorites   0 Comments

Color spaces of #dc939a

RGB 220147154
HSL0.980.510.72
HSV354°33°86°
CMYK 0.000.330.30   0.14
XYZ45.781738.416235.5740
Yxy38.41620.38220.3207
Hunter Lab61.980823.38149.3570
CIE-Lab68.326328.46627.6414

#dc939a color RGB value is (220,147,154).

#dc939a hex color red value is 220, green value is 147 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc939a hue: 0.98 , saturation: 0.51 and the lightness value of dc939a is 0.72.

The process color (four color CMYK) of #dc939a color hex is 0.00, 0.33, 0.30, 0.14. Web safe color of #dc939a is #cc9999. Color #dc939a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 10011010
Octal 334 223 232
Decimal 220 147 154
Hex DC 93 9A

RGB Percentages of Color #dc939a

%42.23
%28.21
%29.56

CMYK Percentages of Color #dc939a

%0
%33
%30
%14

Triadic Colors of #dc939a

#dc939a #9adc93 #939adc

Analogous Colors of #dc939a

#dc939a #dcb193 #dc93bf

Monochromatic Colors of #dc939a

#dc939a

Complementary Color

#dc939a #93dcd5

#dc939a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc939a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc939a Color CSS Codes

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

#dc939a Text Font Color

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

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


#dc939a Background Color

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

This div background color is #dc939a


#dc939a Border Color

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

This div border color is #dc939a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc939a


Comments

No comments written yet.

Please login to write comment.