Color Hex Logo

#de715b Color Hex

#DE715B
(222,113,91)
0 Favorites   0 Comments

Color spaces of #de715b

RGB 22211391
HSL0.030.660.61
HSV10°59°87°
CMYK 0.000.490.59   0.13
XYZ37.917728.095213.3220
Yxy28.09520.47790.3541
Hunter Lab53.004934.933522.2018
CIE-Lab59.974640.599431.7021

#de715b color RGB value is (222,113,91).

#de715b hex color red value is 222, green value is 113 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #de715b hue: 0.03 , saturation: 0.66 and the lightness value of de715b is 0.61.

The process color (four color CMYK) of #de715b color hex is 0.00, 0.49, 0.59, 0.13. Web safe color of #de715b is #cc6666. Color #de715b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 01011011
Octal 336 161 133
Decimal 222 113 91
Hex DE 71 5B

RGB Percentages of Color #de715b

%52.11
%26.53
%21.36

CMYK Percentages of Color #de715b

%0
%49
%59
%13

Triadic Colors of #de715b

#de715b #5bde71 #715bde

Analogous Colors of #de715b

#de715b #deb35b #de5b87

Monochromatic Colors of #de715b

#de715b

Complementary Color

#de715b #5bc8de

#de715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de715b Color CSS Codes

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

#de715b Text Font Color

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

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


#de715b Background Color

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

This div background color is #de715b


#de715b Border Color

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

This div border color is #de715b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de715b


Comments

No comments written yet.

Please login to write comment.