Color Hex Logo

#da878e Color Hex

#DA878E
(218,135,142)
0 Favorites   0 Comments

Color spaces of #da878e

RGB 218135142
HSL0.990.530.69
HSV355°38°85°
CMYK 0.000.380.35   0.15
XYZ42.459934.186429.9519
Yxy34.18640.39830.3207
Hunter Lab58.469127.304510.5560
CIE-Lab65.110332.60999.7730

#da878e color RGB value is (218,135,142).

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

The process color (four color CMYK) of #da878e color hex is 0.00, 0.38, 0.35, 0.15. Web safe color of #da878e is #cc9999. Color #da878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10001110
Octal 332 207 216
Decimal 218 135 142
Hex DA 87 8E

RGB Percentages of Color #da878e

%44.04
%27.27
%28.69

CMYK Percentages of Color #da878e

%0
%38
%35
%15

Triadic Colors of #da878e

#da878e #8eda87 #878eda

Analogous Colors of #da878e

#da878e #daaa87 #da87b8

Monochromatic Colors of #da878e

#da878e

Complementary Color

#da878e #87dad3

#da878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da878e Color CSS Codes

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

#da878e Text Font Color

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

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


#da878e Background Color

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

This div background color is #da878e


#da878e Border Color

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

This div border color is #da878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da878e


Comments

No comments written yet.

Please login to write comment.