Color Hex Logo

#da5c24 Color Hex

#DA5C24
(218,92,36)
0 Favorites   0 Comments

Color spaces of #da5c24

RGB 2189236
HSL0.050.720.50
HSV18°83°85°
CMYK 0.000.580.83   0.15
XYZ33.059022.68714.3057
Yxy22.68710.55050.3778
Hunter Lab47.631040.536427.9820
CIE-Lab54.748646.680253.8420

#da5c24 color RGB value is (218,92,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011100 00100100
Octal 332 134 44
Decimal 218 92 36
Hex DA 5C 24

RGB Percentages of Color #da5c24

%63.01
%26.59
%10.40

CMYK Percentages of Color #da5c24

%0
%58
%83
%15

Triadic Colors of #da5c24

#da5c24 #24da5c #5c24da

Analogous Colors of #da5c24

#da5c24 #dab724 #da2447

Monochromatic Colors of #da5c24

#da5c24

Complementary Color

#da5c24 #24a2da

#da5c24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5c24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5c24 Color CSS Codes

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

#da5c24 Text Font Color

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

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


#da5c24 Background Color

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

This div background color is #da5c24


#da5c24 Border Color

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

This div border color is #da5c24


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,92,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 #da5c24">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5c24


Comments

No comments written yet.

Please login to write comment.