Color Hex Logo

#da9892 Color Hex

#DA9892
(218,152,146)
0 Favorites   0 Comments

Color spaces of #da9892

RGB 218152146
HSL0.010.490.71
HSV33°85°
CMYK 0.000.300.33   0.15
XYZ45.330039.437232.4171
Yxy39.43720.38680.3365
Hunter Lab62.799018.947713.3536
CIE-Lab69.066823.981013.1197

#da9892 color RGB value is (218,152,146).

#da9892 hex color red value is 218, green value is 152 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #da9892 hue: 0.01 , saturation: 0.49 and the lightness value of da9892 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 10010010
Octal 332 230 222
Decimal 218 152 146
Hex DA 98 92

RGB Percentages of Color #da9892

%42.25
%29.46
%28.29

CMYK Percentages of Color #da9892

%0
%30
%33
%15

Triadic Colors of #da9892

#da9892 #92da98 #9892da

Analogous Colors of #da9892

#da9892 #dabc92 #da92b0

Monochromatic Colors of #da9892

#da9892

Complementary Color

#da9892 #92d4da

#da9892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9892 Color CSS Codes

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

#da9892 Text Font Color

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

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


#da9892 Background Color

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

This div background color is #da9892


#da9892 Border Color

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

This div border color is #da9892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9892


Comments

No comments written yet.

Please login to write comment.