Color Hex Logo

#da899a Color Hex

#DA899A
(218,137,154)
0 Favorites   0 Comments

Color spaces of #da899a

RGB 218137154
HSL0.970.520.70
HSV347°37°85°
CMYK 0.000.370.29   0.15
XYZ43.691835.129835.0498
Yxy35.12980.38370.3085
Hunter Lab59.270427.86006.4279
CIE-Lab65.849633.08444.0512

#da899a color RGB value is (218,137,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10011010
Octal 332 211 232
Decimal 218 137 154
Hex DA 89 9A

RGB Percentages of Color #da899a

%42.83
%26.92
%30.26

CMYK Percentages of Color #da899a

%0
%37
%29
%15

Triadic Colors of #da899a

#da899a #9ada89 #899ada

Analogous Colors of #da899a

#da899a #daa189 #da89c3

Monochromatic Colors of #da899a

#da899a

Complementary Color

#da899a #89dac9

#da899a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da899a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da899a Color CSS Codes

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

#da899a Text Font Color

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

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


#da899a Background Color

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

This div background color is #da899a


#da899a Border Color

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

This div border color is #da899a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da899a


Comments

No comments written yet.

Please login to write comment.