Color Hex Logo

#dc869f Color Hex

#DC869F
(220,134,159)
0 Favorites   0 Comments

Color spaces of #dc869f

RGB 220134159
HSL0.950.550.69
HSV343°39°86°
CMYK 0.000.390.28   0.14
XYZ44.298334.769037.1772
Yxy34.76900.38110.2991
Hunter Lab58.965230.91093.8937
CIE-Lab65.568436.07370.8475

#dc869f color RGB value is (220,134,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 10011111
Octal 334 206 237
Decimal 220 134 159
Hex DC 86 9F

RGB Percentages of Color #dc869f

%42.88
%26.12
%30.99

CMYK Percentages of Color #dc869f

%0
%39
%28
%14

Triadic Colors of #dc869f

#dc869f #9fdc86 #869fdc

Analogous Colors of #dc869f

#dc869f #dc9886 #dc86ca

Monochromatic Colors of #dc869f

#dc869f

Complementary Color

#dc869f #86dcc3

#dc869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc869f Color CSS Codes

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

#dc869f Text Font Color

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

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


#dc869f Background Color

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

This div background color is #dc869f


#dc869f Border Color

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

This div border color is #dc869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc869f


Comments

No comments written yet.

Please login to write comment.