Color Hex Logo

#da835a Color Hex

#DA835A
(218,131,90)
0 Favorites   0 Comments

Color spaces of #da835a

RGB 21813190
HSL0.050.630.60
HSV19°59°85°
CMYK 0.000.400.59   0.15
XYZ38.875231.876213.7766
Yxy31.87620.45990.3771
Hunter Lab56.459024.104025.0539
CIE-Lab63.240429.595236.2160

#da835a color RGB value is (218,131,90).

#da835a hex color red value is 218, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #da835a hue: 0.05 , saturation: 0.63 and the lightness value of da835a is 0.60.

The process color (four color CMYK) of #da835a color hex is 0.00, 0.40, 0.59, 0.15. Web safe color of #da835a is #cc9966. Color #da835a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01011010
Octal 332 203 132
Decimal 218 131 90
Hex DA 83 5A

RGB Percentages of Color #da835a

%49.66
%29.84
%20.50

CMYK Percentages of Color #da835a

%0
%40
%59
%15

Triadic Colors of #da835a

#da835a #5ada83 #835ada

Analogous Colors of #da835a

#da835a #dac35a #da5a71

Monochromatic Colors of #da835a

#da835a

Complementary Color

#da835a #5ab1da

#da835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da835a Color CSS Codes

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

#da835a Text Font Color

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

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


#da835a Background Color

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

This div background color is #da835a


#da835a Border Color

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

This div border color is #da835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da835a


Comments

No comments written yet.

Please login to write comment.