Color Hex Logo

#da935f Color Hex

#DA935F
(218,147,95)
0 Favorites   0 Comments

Color spaces of #da935f

RGB 21814795
HSL0.070.620.61
HSV25°56°85°
CMYK 0.000.330.56   0.15
XYZ41.412736.599115.7081
Yxy36.59910.44190.3905
Hunter Lab60.497216.320226.9534
CIE-Lab66.975221.403038.1665

#da935f color RGB value is (218,147,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 01011111
Octal 332 223 137
Decimal 218 147 95
Hex DA 93 5F

RGB Percentages of Color #da935f

%47.39
%31.96
%20.65

CMYK Percentages of Color #da935f

%0
%33
%56
%15

Triadic Colors of #da935f

#da935f #5fda93 #935fda

Analogous Colors of #da935f

#da935f #dad15f #da5f69

Monochromatic Colors of #da935f

#da935f

Complementary Color

#da935f #5fa6da

#da935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da935f Color CSS Codes

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

#da935f Text Font Color

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

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


#da935f Background Color

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

This div background color is #da935f


#da935f Border Color

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

This div border color is #da935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da935f


Comments

No comments written yet.

Please login to write comment.