Color Hex Logo

#da8a9c Color Hex

#DA8A9C
(218,138,156)
0 Favorites   0 Comments

Color spaces of #da8a9c

RGB 218138156
HSL0.960.520.70
HSV347°37°85°
CMYK 0.000.370.28   0.15
XYZ44.002735.482735.9821
Yxy35.48270.38110.3073
Hunter Lab59.567427.61605.8826
CIE-Lab66.122832.82013.3175

#da8a9c color RGB value is (218,138,156).

#da8a9c hex color red value is 218, green value is 138 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #da8a9c hue: 0.96 , saturation: 0.52 and the lightness value of da8a9c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 10011100
Octal 332 212 234
Decimal 218 138 156
Hex DA 8A 9C

RGB Percentages of Color #da8a9c

%42.58
%26.95
%30.47

CMYK Percentages of Color #da8a9c

%0
%37
%28
%15

Triadic Colors of #da8a9c

#da8a9c #9cda8a #8a9cda

Analogous Colors of #da8a9c

#da8a9c #daa08a #da8ac4

Monochromatic Colors of #da8a9c

#da8a9c

Complementary Color

#da8a9c #8adac8

#da8a9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8a9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8a9c Color CSS Codes

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

#da8a9c Text Font Color

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

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


#da8a9c Background Color

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

This div background color is #da8a9c


#da8a9c Border Color

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

This div border color is #da8a9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,138,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8a9c


Comments

No comments written yet.

Please login to write comment.