Color Hex Logo

#da5f24 Color Hex

#DA5F24
(218,95,36)
0 Favorites   0 Comments

Color spaces of #da5f24

RGB 2189536
HSL0.050.720.50
HSV19°83°85°
CMYK 0.000.560.83   0.15
XYZ33.324123.21724.3941
Yxy23.21720.54690.3810
Hunter Lab48.184239.127828.3221
CIE-Lab55.295445.260854.3216

#da5f24 color RGB value is (218,95,36).

#da5f24 hex color red value is 218, green value is 95 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #da5f24 hue: 0.05 , saturation: 0.72 and the lightness value of da5f24 is 0.50.

The process color (four color CMYK) of #da5f24 color hex is 0.00, 0.56, 0.83, 0.15. Web safe color of #da5f24 is #cc6633. Color #da5f24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011111 00100100
Octal 332 137 44
Decimal 218 95 36
Hex DA 5F 24

RGB Percentages of Color #da5f24

%62.46
%27.22
%10.32

CMYK Percentages of Color #da5f24

%0
%56
%83
%15

Triadic Colors of #da5f24

#da5f24 #24da5f #5f24da

Analogous Colors of #da5f24

#da5f24 #daba24 #da2444

Monochromatic Colors of #da5f24

#da5f24

Complementary Color

#da5f24 #249fda

#da5f24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5f24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5f24 Color CSS Codes

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

#da5f24 Text Font Color

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

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


#da5f24 Background Color

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

This div background color is #da5f24


#da5f24 Border Color

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

This div border color is #da5f24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5f24


Comments

No comments written yet.

Please login to write comment.