Color Hex Logo

#da905e Color Hex

#DA905E
(218,144,94)
0 Favorites   0 Comments

Color spaces of #da905e

RGB 21814494
HSL0.070.630.61
HSV24°57°85°
CMYK 0.000.340.57   0.15
XYZ40.907135.660115.3167
Yxy35.66010.44520.3881
Hunter Lab59.716117.774126.5938
CIE-Lab66.259422.939337.8110

#da905e color RGB value is (218,144,94).

#da905e hex color red value is 218, green value is 144 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da905e hue: 0.07 , saturation: 0.63 and the lightness value of da905e is 0.61.

The process color (four color CMYK) of #da905e color hex is 0.00, 0.34, 0.57, 0.15. Web safe color of #da905e is #cc9966. Color #da905e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01011110
Octal 332 220 136
Decimal 218 144 94
Hex DA 90 5E

RGB Percentages of Color #da905e

%47.81
%31.58
%20.61

CMYK Percentages of Color #da905e

%0
%34
%57
%15

Triadic Colors of #da905e

#da905e #5eda90 #905eda

Analogous Colors of #da905e

#da905e #dace5e #da5e6a

Monochromatic Colors of #da905e

#da905e

Complementary Color

#da905e #5ea8da

#da905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da905e Color CSS Codes

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

#da905e Text Font Color

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

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


#da905e Background Color

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

This div background color is #da905e


#da905e Border Color

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

This div border color is #da905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da905e


Comments

No comments written yet.

Please login to write comment.