Color Hex Logo

#de724b Color Hex

#DE724B
(222,114,75)
0 Favorites   0 Comments

Color spaces of #de724b

RGB 22211475
HSL0.040.690.58
HSV16°66°87°
CMYK 0.000.490.66   0.13
XYZ37.411528.072210.1033
Yxy28.07220.49490.3714
Hunter Lab52.983233.318425.7823
CIE-Lab59.953939.043540.4100

#de724b color RGB value is (222,114,75).

#de724b hex color red value is 222, green value is 114 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #de724b hue: 0.04 , saturation: 0.69 and the lightness value of de724b is 0.58.

The process color (four color CMYK) of #de724b color hex is 0.00, 0.49, 0.66, 0.13. Web safe color of #de724b is #cc6633. Color #de724b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 01001011
Octal 336 162 113
Decimal 222 114 75
Hex DE 72 4B

RGB Percentages of Color #de724b

%54.01
%27.74
%18.25

CMYK Percentages of Color #de724b

%0
%49
%66
%13

Triadic Colors of #de724b

#de724b #4bde72 #724bde

Analogous Colors of #de724b

#de724b #debc4b #de4b6e

Monochromatic Colors of #de724b

#de724b

Complementary Color

#de724b #4bb7de

#de724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de724b Color CSS Codes

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

#de724b Text Font Color

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

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


#de724b Background Color

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

This div background color is #de724b


#de724b Border Color

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

This div border color is #de724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de724b


Comments

No comments written yet.

Please login to write comment.