Color Hex Logo

#de550e Color Hex

#DE550E
(222,85,14)
0 Favorites   0 Comments

Color spaces of #de550e

RGB 2228514
HSL0.060.880.46
HSV20°94°87°
CMYK 0.000.620.94   0.13
XYZ33.452022.05832.9100
Yxy22.05830.57260.3776
Hunter Lab46.966344.946729.2028
CIE-Lab54.088850.911961.0465

#de550e color RGB value is (222,85,14).

#de550e hex color red value is 222, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #de550e hue: 0.06 , saturation: 0.88 and the lightness value of de550e is 0.46.

The process color (four color CMYK) of #de550e color hex is 0.00, 0.62, 0.94, 0.13. Web safe color of #de550e is #cc6600. Color #de550e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 00001110
Octal 336 125 16
Decimal 222 85 14
Hex DE 55 E

RGB Percentages of Color #de550e

%69.16
%26.48
%4.36

CMYK Percentages of Color #de550e

%0
%62
%94
%13

Triadic Colors of #de550e

#de550e #0ede55 #550ede

Analogous Colors of #de550e

#de550e #debd0e #de0e2f

Monochromatic Colors of #de550e

#de550e

Complementary Color

#de550e #0e97de

#de550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de550e Color CSS Codes

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

#de550e Text Font Color

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

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


#de550e Background Color

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

This div background color is #de550e


#de550e Border Color

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

This div border color is #de550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de550e


Comments

No comments written yet.

Please login to write comment.