Color Hex Logo

#dc939e Color Hex

#DC939E
(220,147,158)
0 Favorites   0 Comments

Color spaces of #dc939e

RGB 220147158
HSL0.970.510.72
HSV351°33°86°
CMYK 0.000.330.28   0.14
XYZ46.120538.551737.3582
Yxy38.55170.37790.3159
Hunter Lab62.090023.93247.7895
CIE-Lab68.425329.00385.5467

#dc939e color RGB value is (220,147,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 10011110
Octal 334 223 236
Decimal 220 147 158
Hex DC 93 9E

RGB Percentages of Color #dc939e

%41.90
%28.00
%30.10

CMYK Percentages of Color #dc939e

%0
%33
%28
%14

Triadic Colors of #dc939e

#dc939e #9edc93 #939edc

Analogous Colors of #dc939e

#dc939e #dcad93 #dc93c3

Monochromatic Colors of #dc939e

#dc939e

Complementary Color

#dc939e #93dcd1

#dc939e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc939e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc939e Color CSS Codes

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

#dc939e Text Font Color

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

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


#dc939e Background Color

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

This div background color is #dc939e


#dc939e Border Color

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

This div border color is #dc939e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc939e


Comments

No comments written yet.

Please login to write comment.