Color Hex Logo

#da879e Color Hex

#DA879E
(218,135,158)
0 Favorites   0 Comments

Color spaces of #da879e

RGB 218135158
HSL0.950.530.69
HSV343°38°85°
CMYK 0.000.380.28   0.15
XYZ43.749034.702036.7401
Yxy34.70200.37980.3013
Hunter Lab58.908429.47544.2578
CIE-Lab65.516034.69061.3071

#da879e color RGB value is (218,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10011110
Octal 332 207 236
Decimal 218 135 158
Hex DA 87 9E

RGB Percentages of Color #da879e

%42.66
%26.42
%30.92

CMYK Percentages of Color #da879e

%0
%38
%28
%15

Triadic Colors of #da879e

#da879e #9eda87 #879eda

Analogous Colors of #da879e

#da879e #da9a87 #da87c8

Monochromatic Colors of #da879e

#da879e

Complementary Color

#da879e #87dac3

#da879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da879e Color CSS Codes

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

#da879e Text Font Color

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

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


#da879e Background Color

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

This div background color is #da879e


#da879e Border Color

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

This div border color is #da879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da879e


Comments

No comments written yet.

Please login to write comment.