Color Hex Logo

#da9884 Color Hex

#DA9884
(218,152,132)
0 Favorites   0 Comments

Color spaces of #da9884

RGB 218152132
HSL0.040.540.69
HSV14°39°85°
CMYK 0.000.300.39   0.15
XYZ44.306539.027827.0277
Yxy39.02780.40150.3536
Hunter Lab62.472217.269218.0796
CIE-Lab68.771422.291720.4640

#da9884 color RGB value is (218,152,132).

#da9884 hex color red value is 218, green value is 152 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #da9884 hue: 0.04 , saturation: 0.54 and the lightness value of da9884 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 10000100
Octal 332 230 204
Decimal 218 152 132
Hex DA 98 84

RGB Percentages of Color #da9884

%43.43
%30.28
%26.29

CMYK Percentages of Color #da9884

%0
%30
%39
%15

Triadic Colors of #da9884

#da9884 #84da98 #9884da

Analogous Colors of #da9884

#da9884 #dac384 #da849b

Monochromatic Colors of #da9884

#da9884

Complementary Color

#da9884 #84c6da

#da9884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9884 Color CSS Codes

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

#da9884 Text Font Color

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

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


#da9884 Background Color

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

This div background color is #da9884


#da9884 Border Color

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

This div border color is #da9884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9884


Comments

No comments written yet.

Please login to write comment.