Color Hex Logo

#da898b Color Hex

#DA898B
(218,137,139)
0 Favorites   0 Comments

Color spaces of #da898b

RGB 218137139
HSL1.000.520.70
HSV359°37°85°
CMYK 0.000.370.36   0.15
XYZ42.519334.660828.8753
Yxy34.66080.40090.3268
Hunter Lab58.873425.887012.1318
CIE-Lab65.483731.178311.9944

#da898b color RGB value is (218,137,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10001011
Octal 332 211 213
Decimal 218 137 139
Hex DA 89 8B

RGB Percentages of Color #da898b

%44.13
%27.73
%28.14

CMYK Percentages of Color #da898b

%0
%37
%36
%15

Triadic Colors of #da898b

#da898b #8bda89 #898bda

Analogous Colors of #da898b

#da898b #dab089 #da89b4

Monochromatic Colors of #da898b

#da898b

Complementary Color

#da898b #89dad8

#da898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da898b Color CSS Codes

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

#da898b Text Font Color

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

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


#da898b Background Color

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

This div background color is #da898b


#da898b Border Color

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

This div border color is #da898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da898b


Comments

No comments written yet.

Please login to write comment.