Color Hex Logo

#de821d Color Hex

#DE821D
(222,130,29)
0 Favorites   0 Comments

Color spaces of #de821d

RGB 22213029
HSL0.090.770.49
HSV31°87°87°
CMYK 0.000.410.87   0.13
XYZ38.328631.58365.2385
Yxy31.58360.51000.4203
Hunter Lab56.199323.390433.8129
CIE-Lab62.997228.895863.4612

#de821d color RGB value is (222,130,29).

#de821d hex color red value is 222, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #de821d hue: 0.09 , saturation: 0.77 and the lightness value of de821d is 0.49.

The process color (four color CMYK) of #de821d color hex is 0.00, 0.41, 0.87, 0.13. Web safe color of #de821d is #cc9933. Color #de821d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 00011101
Octal 336 202 35
Decimal 222 130 29
Hex DE 82 1D

RGB Percentages of Color #de821d

%58.27
%34.12
%7.61

CMYK Percentages of Color #de821d

%0
%41
%87
%13

Triadic Colors of #de821d

#de821d #1dde82 #821dde

Analogous Colors of #de821d

#de821d #dade1d #de211d

Monochromatic Colors of #de821d

#de821d

Complementary Color

#de821d #1d79de

#de821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de821d Color CSS Codes

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

#de821d Text Font Color

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

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


#de821d Background Color

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

This div background color is #de821d


#de821d Border Color

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

This div border color is #de821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de821d


Comments

No comments written yet.

Please login to write comment.