Color Hex Logo

#da988a Color Hex

#DA988A
(218,152,138)
0 Favorites   0 Comments

Color spaces of #da988a

RGB 218152138
HSL0.030.520.70
HSV11°37°85°
CMYK 0.000.300.37   0.15
XYZ44.729139.196929.2530
Yxy39.19690.39520.3463
Hunter Lab62.607417.964116.1223
CIE-Lab68.893722.993417.3158

#da988a color RGB value is (218,152,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 10001010
Octal 332 230 212
Decimal 218 152 138
Hex DA 98 8A

RGB Percentages of Color #da988a

%42.91
%29.92
%27.17

CMYK Percentages of Color #da988a

%0
%30
%37
%15

Triadic Colors of #da988a

#da988a #8ada98 #988ada

Analogous Colors of #da988a

#da988a #dac08a #da8aa4

Monochromatic Colors of #da988a

#da988a

Complementary Color

#da988a #8accda

#da988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da988a Color CSS Codes

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

#da988a Text Font Color

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

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


#da988a Background Color

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

This div background color is #da988a


#da988a Border Color

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

This div border color is #da988a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,152,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 #da988a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da988a


Comments

No comments written yet.

Please login to write comment.