Color Hex Logo

#dc878e Color Hex

#DC878E
(220,135,142)
0 Favorites   0 Comments

Color spaces of #dc878e

RGB 220135142
HSL0.990.550.70
HSV355°39°86°
CMYK 0.000.390.35   0.14
XYZ43.061734.496629.9801
Yxy34.49660.40040.3208
Hunter Lab58.733828.086210.8497
CIE-Lab65.354833.352910.1539

#dc878e color RGB value is (220,135,142).

#dc878e hex color red value is 220, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dc878e hue: 0.99 , saturation: 0.55 and the lightness value of dc878e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 10001110
Octal 334 207 216
Decimal 220 135 142
Hex DC 87 8E

RGB Percentages of Color #dc878e

%44.27
%27.16
%28.57

CMYK Percentages of Color #dc878e

%0
%39
%35
%14

Triadic Colors of #dc878e

#dc878e #8edc87 #878edc

Analogous Colors of #dc878e

#dc878e #dcab87 #dc87b9

Monochromatic Colors of #dc878e

#dc878e

Complementary Color

#dc878e #87dcd5

#dc878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc878e Color CSS Codes

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

#dc878e Text Font Color

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

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


#dc878e Background Color

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

This div background color is #dc878e


#dc878e Border Color

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

This div border color is #dc878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc878e


Comments

No comments written yet.

Please login to write comment.