Color Hex Logo

#da5e3e Color Hex

#DA5E3E
(218,94,62)
0 Favorites   0 Comments

Color spaces of #da5e3e

RGB 2189462
HSL0.030.680.55
HSV12°72°85°
CMYK 0.000.570.72   0.15
XYZ33.785623.25867.2661
Yxy23.25860.52540.3617
Hunter Lab48.227240.650824.8261
CIE-Lab55.337746.698341.8731

#da5e3e color RGB value is (218,94,62).

#da5e3e hex color red value is 218, green value is 94 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da5e3e hue: 0.03 , saturation: 0.68 and the lightness value of da5e3e is 0.55.

The process color (four color CMYK) of #da5e3e color hex is 0.00, 0.57, 0.72, 0.15. Web safe color of #da5e3e is #cc6633. Color #da5e3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 00111110
Octal 332 136 76
Decimal 218 94 62
Hex DA 5E 3E

RGB Percentages of Color #da5e3e

%58.29
%25.13
%16.58

CMYK Percentages of Color #da5e3e

%0
%57
%72
%15

Triadic Colors of #da5e3e

#da5e3e #3eda5e #5e3eda

Analogous Colors of #da5e3e

#da5e3e #daac3e #da3e6c

Monochromatic Colors of #da5e3e

#da5e3e

Complementary Color

#da5e3e #3ebada

#da5e3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5e3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5e3e Color CSS Codes

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

#da5e3e Text Font Color

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

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


#da5e3e Background Color

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

This div background color is #da5e3e


#da5e3e Border Color

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

This div border color is #da5e3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5e3e


Comments

No comments written yet.

Please login to write comment.