Color Hex Logo

#de7330 Color Hex

#DE7330
(222,115,48)
0 Favorites   0 Comments

Color spaces of #de7330

RGB 22211548
HSL0.060.730.53
HSV23°78°87°
CMYK 0.000.480.78   0.13
XYZ36.788428.00456.2627
Yxy28.00450.51770.3941
Hunter Lab52.919331.480830.0269
CIE-Lab59.892837.261153.6473

#de7330 color RGB value is (222,115,48).

#de7330 hex color red value is 222, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #de7330 hue: 0.06 , saturation: 0.73 and the lightness value of de7330 is 0.53.

The process color (four color CMYK) of #de7330 color hex is 0.00, 0.48, 0.78, 0.13. Web safe color of #de7330 is #cc6633. Color #de7330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 00110000
Octal 336 163 60
Decimal 222 115 48
Hex DE 73 30

RGB Percentages of Color #de7330

%57.66
%29.87
%12.47

CMYK Percentages of Color #de7330

%0
%48
%78
%13

Triadic Colors of #de7330

#de7330 #30de73 #7330de

Analogous Colors of #de7330

#de7330 #deca30 #de3044

Monochromatic Colors of #de7330

#de7330

Complementary Color

#de7330 #309bde

#de7330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7330 Color CSS Codes

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

#de7330 Text Font Color

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

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


#de7330 Background Color

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

This div background color is #de7330


#de7330 Border Color

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

This div border color is #de7330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7330


Comments

No comments written yet.

Please login to write comment.