Color Hex Logo

#da522e Color Hex

#DA522E
(218,82,46)
0 Favorites   0 Comments

Color spaces of #da522e

RGB 2188246
HSL0.030.700.52
HSV13°79°85°
CMYK 0.000.620.79   0.15
XYZ32.423921.13734.9557
Yxy21.13730.55410.3612
Hunter Lab45.975345.429625.7918
CIE-Lab53.099451.522347.7293

#da522e color RGB value is (218,82,46).

#da522e hex color red value is 218, green value is 82 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da522e hue: 0.03 , saturation: 0.70 and the lightness value of da522e is 0.52.

The process color (four color CMYK) of #da522e color hex is 0.00, 0.62, 0.79, 0.15. Web safe color of #da522e is #cc6633. Color #da522e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 00101110
Octal 332 122 56
Decimal 218 82 46
Hex DA 52 2E

RGB Percentages of Color #da522e

%63.01
%23.70
%13.29

CMYK Percentages of Color #da522e

%0
%62
%79
%15

Triadic Colors of #da522e

#da522e #2eda52 #522eda

Analogous Colors of #da522e

#da522e #daa82e #da2e60

Monochromatic Colors of #da522e

#da522e

Complementary Color

#da522e #2eb6da

#da522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da522e Color CSS Codes

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

#da522e Text Font Color

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

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


#da522e Background Color

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

This div background color is #da522e


#da522e Border Color

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

This div border color is #da522e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da522e


Comments

No comments written yet.

Please login to write comment.