Color Hex Logo

#de825c Color Hex

#DE825C
(222,130,92)
0 Favorites   0 Comments

Color spaces of #de825c

RGB 22213092
HSL0.050.660.62
HSV18°59°87°
CMYK 0.000.410.59   0.13
XYZ40.038632.267614.2432
Yxy32.26760.46260.3728
Hunter Lab56.804626.407424.8968
CIE-Lab63.563431.869035.6519

#de825c color RGB value is (222,130,92).

#de825c hex color red value is 222, green value is 130 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #de825c hue: 0.05 , saturation: 0.66 and the lightness value of de825c is 0.62.

The process color (four color CMYK) of #de825c color hex is 0.00, 0.41, 0.59, 0.13. Web safe color of #de825c is #cc9966. Color #de825c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 01011100
Octal 336 202 134
Decimal 222 130 92
Hex DE 82 5C

RGB Percentages of Color #de825c

%50.00
%29.28
%20.72

CMYK Percentages of Color #de825c

%0
%41
%59
%13

Triadic Colors of #de825c

#de825c #5cde82 #825cde

Analogous Colors of #de825c

#de825c #dec35c #de5c77

Monochromatic Colors of #de825c

#de825c

Complementary Color

#de825c #5cb8de

#de825c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de825c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de825c Color CSS Codes

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

#de825c Text Font Color

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

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


#de825c Background Color

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

This div background color is #de825c


#de825c Border Color

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

This div border color is #de825c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de825c


Comments

No comments written yet.

Please login to write comment.