Color Hex Logo

#da898a Color Hex

#DA898A
(218,137,138)
0 Favorites   0 Comments

Color spaces of #da898a

RGB 218137138
HSL1.000.520.70
HSV359°37°85°
CMYK 0.000.370.37   0.15
XYZ42.446534.631728.4922
Yxy34.63170.40210.3280
Hunter Lab58.848725.763612.4882
CIE-Lab65.460931.058212.5259

#da898a color RGB value is (218,137,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10001010
Octal 332 211 212
Decimal 218 137 138
Hex DA 89 8A

RGB Percentages of Color #da898a

%44.22
%27.79
%27.99

CMYK Percentages of Color #da898a

%0
%37
%37
%15

Triadic Colors of #da898a

#da898a #8ada89 #898ada

Analogous Colors of #da898a

#da898a #dab189 #da89b3

Monochromatic Colors of #da898a

#da898a

Complementary Color

#da898a #89dad9

#da898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da898a Color CSS Codes

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

#da898a Text Font Color

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

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


#da898a Background Color

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

This div background color is #da898a


#da898a Border Color

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

This div border color is #da898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da898a


Comments

No comments written yet.

Please login to write comment.