Color Hex Logo

#d6878b Color Hex

#D6878B
(214,135,139)
0 Favorites   0 Comments

Color spaces of #d6878b

RGB 214135139
HSL0.990.490.68
HSV357°37°84°
CMYK 0.000.370.35   0.16
XYZ41.055733.488228.7261
Yxy33.48820.39760.3243
Hunter Lab57.869025.367811.0768
CIE-Lab64.554330.745510.6136

#d6878b color RGB value is (214,135,139).

#d6878b hex color red value is 214, green value is 135 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d6878b hue: 0.99 , saturation: 0.49 and the lightness value of d6878b is 0.68.

The process color (four color CMYK) of #d6878b color hex is 0.00, 0.37, 0.35, 0.16. Web safe color of #d6878b is #cc9999. Color #d6878b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000111 10001011
Octal 326 207 213
Decimal 214 135 139
Hex D6 87 8B

RGB Percentages of Color #d6878b

%43.85
%27.66
%28.48

CMYK Percentages of Color #d6878b

%0
%37
%35
%16

Triadic Colors of #d6878b

#d6878b #8bd687 #878bd6

Analogous Colors of #d6878b

#d6878b #d6ab87 #d687b3

Monochromatic Colors of #d6878b

#d6878b

Complementary Color

#d6878b #87d6d2

#d6878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6878b Color CSS Codes

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

#d6878b Text Font Color

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

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


#d6878b Background Color

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

This div background color is #d6878b


#d6878b Border Color

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

This div border color is #d6878b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6878b


Comments

No comments written yet.

Please login to write comment.