Color Hex Logo

#de6507 Color Hex

#DE6507
(222,101,7)
0 Favorites   0 Comments

Color spaces of #de6507

RGB 2221017
HSL0.070.940.45
HSV26°97°87°
CMYK 0.000.550.97   0.13
XYZ34.816224.85233.1630
Yxy24.85230.55410.3955
Hunter Lab49.852137.421531.1346
CIE-Lab56.931243.395164.2622

#de6507 color RGB value is (222,101,7).

#de6507 hex color red value is 222, green value is 101 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #de6507 hue: 0.07 , saturation: 0.94 and the lightness value of de6507 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 00000111
Octal 336 145 7
Decimal 222 101 7
Hex DE 65 7

RGB Percentages of Color #de6507

%67.27
%30.61
%2.12

CMYK Percentages of Color #de6507

%0
%55
%97
%13

Triadic Colors of #de6507

#de6507 #07de65 #6507de

Analogous Colors of #de6507

#de6507 #ded107 #de0715

Monochromatic Colors of #de6507

#de6507

Complementary Color

#de6507 #0780de

#de6507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6507 Color CSS Codes

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

#de6507 Text Font Color

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

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


#de6507 Background Color

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

This div background color is #de6507


#de6507 Border Color

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

This div border color is #de6507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6507


Comments

No comments written yet.

Please login to write comment.