Color Hex Logo

#de630e Color Hex

#DE630E
(222,99,14)
0 Favorites   0 Comments

Color spaces of #de630e

RGB 2229914
HSL0.070.880.46
HSV25°94°87°
CMYK 0.000.550.94   0.13
XYZ34.665324.48503.3145
Yxy24.48500.55500.3920
Hunter Lab49.482338.455830.6662
CIE-Lab56.570244.433962.6733

#de630e color RGB value is (222,99,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 00001110
Octal 336 143 16
Decimal 222 99 14
Hex DE 63 E

RGB Percentages of Color #de630e

%66.27
%29.55
%4.18

CMYK Percentages of Color #de630e

%0
%55
%94
%13

Triadic Colors of #de630e

#de630e #0ede63 #630ede

Analogous Colors of #de630e

#de630e #decb0e #de0e21

Monochromatic Colors of #de630e

#de630e

Complementary Color

#de630e #0e89de

#de630e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de630e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de630e Color CSS Codes

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

#de630e Text Font Color

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

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


#de630e Background Color

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

This div background color is #de630e


#de630e Border Color

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

This div border color is #de630e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de630e


Comments

No comments written yet.

Please login to write comment.