Color Hex Logo

#da935b Color Hex

#DA935B
(218,147,91)
0 Favorites   0 Comments

Color spaces of #da935b

RGB 21814791
HSL0.070.630.61
HSV26°58°85°
CMYK 0.000.330.58   0.15
XYZ41.235536.528214.7748
Yxy36.52820.44560.3947
Hunter Lab60.438616.017927.8130
CIE-Lab66.921621.092740.1941

#da935b color RGB value is (218,147,91).

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

The process color (four color CMYK) of #da935b color hex is 0.00, 0.33, 0.58, 0.15. Web safe color of #da935b is #cc9966. Color #da935b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 01011011
Octal 332 223 133
Decimal 218 147 91
Hex DA 93 5B

RGB Percentages of Color #da935b

%47.81
%32.24
%19.96

CMYK Percentages of Color #da935b

%0
%33
%58
%15

Triadic Colors of #da935b

#da935b #5bda93 #935bda

Analogous Colors of #da935b

#da935b #dad35b #da5b62

Monochromatic Colors of #da935b

#da935b

Complementary Color

#da935b #5ba2da

#da935b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da935b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da935b Color CSS Codes

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

#da935b Text Font Color

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

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


#da935b Background Color

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

This div background color is #da935b


#da935b Border Color

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

This div border color is #da935b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da935b


Comments

No comments written yet.

Please login to write comment.