Color Hex Logo

#dc859e Color Hex

#DC859E
(220,133,158)
0 Favorites   0 Comments

Color spaces of #dc859e

RGB 220133158
HSL0.950.550.69
HSV343°40°86°
CMYK 0.000.400.28   0.14
XYZ44.074334.459336.6761
Yxy34.45930.38260.2991
Hunter Lab58.702031.29174.0480
CIE-Lab65.325536.46621.0596

#dc859e color RGB value is (220,133,158).

#dc859e hex color red value is 220, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dc859e hue: 0.95 , saturation: 0.55 and the lightness value of dc859e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 10011110
Octal 334 205 236
Decimal 220 133 158
Hex DC 85 9E

RGB Percentages of Color #dc859e

%43.05
%26.03
%30.92

CMYK Percentages of Color #dc859e

%0
%40
%28
%14

Triadic Colors of #dc859e

#dc859e #9edc85 #859edc

Analogous Colors of #dc859e

#dc859e #dc9885 #dc85ca

Monochromatic Colors of #dc859e

#dc859e

Complementary Color

#dc859e #85dcc3

#dc859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc859e Color CSS Codes

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

#dc859e Text Font Color

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

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


#dc859e Background Color

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

This div background color is #dc859e


#dc859e Border Color

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

This div border color is #dc859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc859e


Comments

No comments written yet.

Please login to write comment.