Color Hex Logo

#de511e Color Hex

#DE511E
(222,81,30)
0 Favorites   0 Comments

Color spaces of #de511e

RGB 2228130
HSL0.040.760.49
HSV16°86°87°
CMYK 0.000.640.86   0.13
XYZ33.301021.50823.6246
Yxy21.50820.56990.3681
Hunter Lab46.376947.012527.8300
CIE-Lab53.501352.912555.4924

#de511e color RGB value is (222,81,30).

#de511e hex color red value is 222, green value is 81 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de511e hue: 0.04 , saturation: 0.76 and the lightness value of de511e is 0.49.

The process color (four color CMYK) of #de511e color hex is 0.00, 0.64, 0.86, 0.13. Web safe color of #de511e is #cc6633. Color #de511e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 00011110
Octal 336 121 36
Decimal 222 81 30
Hex DE 51 1E

RGB Percentages of Color #de511e

%66.67
%24.32
%9.01

CMYK Percentages of Color #de511e

%0
%64
%86
%13

Triadic Colors of #de511e

#de511e #1ede51 #511ede

Analogous Colors of #de511e

#de511e #deb11e #de1e4b

Monochromatic Colors of #de511e

#de511e

Complementary Color

#de511e #1eabde

#de511e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de511e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de511e Color CSS Codes

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

#de511e Text Font Color

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

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


#de511e Background Color

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

This div background color is #de511e


#de511e Border Color

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

This div border color is #de511e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,81,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de511e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de511e;
  -webkit-box-shadow: 1px 1px 3px 2px #de511e;
  box-shadow:         1px 1px 3px 2px #de511e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,81,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de511e


Comments

No comments written yet.

Please login to write comment.