Color Hex Logo

#de651f Color Hex

#DE651F
(222,101,31)
0 Favorites   0 Comments

Color spaces of #de651f

RGB 22210131
HSL0.060.750.50
HSV22°86°87°
CMYK 0.000.550.86   0.13
XYZ35.025224.93594.2634
Yxy24.93590.54540.3883
Hunter Lab49.935937.812829.8931
CIE-Lab57.012943.757557.9699

#de651f color RGB value is (222,101,31).

#de651f hex color red value is 222, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #de651f hue: 0.06 , saturation: 0.75 and the lightness value of de651f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 00011111
Octal 336 145 37
Decimal 222 101 31
Hex DE 65 1F

RGB Percentages of Color #de651f

%62.71
%28.53
%8.76

CMYK Percentages of Color #de651f

%0
%55
%86
%13

Triadic Colors of #de651f

#de651f #1fde65 #651fde

Analogous Colors of #de651f

#de651f #dec51f #de1f39

Monochromatic Colors of #de651f

#de651f

Complementary Color

#de651f #1f98de

#de651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de651f Color CSS Codes

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

#de651f Text Font Color

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

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


#de651f Background Color

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

This div background color is #de651f


#de651f Border Color

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

This div border color is #de651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de651f


Comments

No comments written yet.

Please login to write comment.