Color Hex Logo

#da899b Color Hex

#DA899B
(218,137,155)
0 Favorites   0 Comments

Color spaces of #da899b

RGB 218137155
HSL0.960.520.70
HSV347°37°85°
CMYK 0.000.370.29   0.15
XYZ43.775535.163335.4903
Yxy35.16330.38260.3073
Hunter Lab59.298727.99986.0239
CIE-Lab65.875633.21853.5242

#da899b color RGB value is (218,137,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10011011
Octal 332 211 233
Decimal 218 137 155
Hex DA 89 9B

RGB Percentages of Color #da899b

%42.75
%26.86
%30.39

CMYK Percentages of Color #da899b

%0
%37
%29
%15

Triadic Colors of #da899b

#da899b #9bda89 #899bda

Analogous Colors of #da899b

#da899b #daa089 #da89c4

Monochromatic Colors of #da899b

#da899b

Complementary Color

#da899b #89dac8

#da899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da899b Color CSS Codes

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

#da899b Text Font Color

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

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


#da899b Background Color

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

This div background color is #da899b


#da899b Border Color

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

This div border color is #da899b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da899b


Comments

No comments written yet.

Please login to write comment.