Color Hex Logo

#de551e Color Hex

#DE551E
(222,85,30)
0 Favorites   0 Comments

Color spaces of #de551e

RGB 2228530
HSL0.050.760.49
HSV17°86°87°
CMYK 0.000.620.86   0.13
XYZ33.607022.12033.7267
Yxy22.12030.56530.3721
Hunter Lab47.032245.241328.2246
CIE-Lab54.154451.173556.0200

#de551e color RGB value is (222,85,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 00011110
Octal 336 125 36
Decimal 222 85 30
Hex DE 55 1E

RGB Percentages of Color #de551e

%65.88
%25.22
%8.90

CMYK Percentages of Color #de551e

%0
%62
%86
%13

Triadic Colors of #de551e

#de551e #1ede55 #551ede

Analogous Colors of #de551e

#de551e #deb51e #de1e47

Monochromatic Colors of #de551e

#de551e

Complementary Color

#de551e #1ea7de

#de551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de551e Color CSS Codes

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

#de551e Text Font Color

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

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


#de551e Background Color

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

This div background color is #de551e


#de551e Border Color

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

This div border color is #de551e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de551e


Comments

No comments written yet.

Please login to write comment.