Color Hex Logo

#de530f Color Hex

#DE530F
(222,83,15)
0 Favorites   0 Comments

Color spaces of #de530f

RGB 2228315
HSL0.050.870.46
HSV20°93°87°
CMYK 0.000.630.93   0.13
XYZ33.303721.75062.8949
Yxy21.75060.57470.3753
Hunter Lab46.637545.850528.9660
CIE-Lab53.761451.800860.5856

#de530f color RGB value is (222,83,15).

#de530f hex color red value is 222, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #de530f hue: 0.05 , saturation: 0.87 and the lightness value of de530f is 0.46.

The process color (four color CMYK) of #de530f color hex is 0.00, 0.63, 0.93, 0.13. Web safe color of #de530f is #cc6600. Color #de530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010011 00001111
Octal 336 123 17
Decimal 222 83 15
Hex DE 53 F

RGB Percentages of Color #de530f

%69.38
%25.94
%4.69

CMYK Percentages of Color #de530f

%0
%63
%93
%13

Triadic Colors of #de530f

#de530f #0fde53 #530fde

Analogous Colors of #de530f

#de530f #debb0f #de0f33

Monochromatic Colors of #de530f

#de530f

Complementary Color

#de530f #0f9ade

#de530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de530f Color CSS Codes

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

#de530f Text Font Color

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

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


#de530f Background Color

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

This div background color is #de530f


#de530f Border Color

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

This div border color is #de530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de530f


Comments

No comments written yet.

Please login to write comment.