Color Hex Logo

#de915d Color Hex

#DE915D
(222,145,93)
0 Favorites   0 Comments

Color spaces of #de915d

RGB 22214593
HSL0.070.660.62
HSV24°58°87°
CMYK 0.000.350.58   0.13
XYZ42.225436.570715.1893
Yxy36.57070.44930.3891
Hunter Lab60.473718.807527.4396
CIE-Lab66.953723.959039.2972

#de915d color RGB value is (222,145,93).

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

The process color (four color CMYK) of #de915d color hex is 0.00, 0.35, 0.58, 0.13. Web safe color of #de915d is #cc9966. Color #de915d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 01011101
Octal 336 221 135
Decimal 222 145 93
Hex DE 91 5D

RGB Percentages of Color #de915d

%48.26
%31.52
%20.22

CMYK Percentages of Color #de915d

%0
%35
%58
%13

Triadic Colors of #de915d

#de915d #5dde91 #915dde

Analogous Colors of #de915d

#de915d #ded25d #de5d6a

Monochromatic Colors of #de915d

#de915d

Complementary Color

#de915d #5daade

#de915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de915d Color CSS Codes

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

#de915d Text Font Color

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

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


#de915d Background Color

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

This div background color is #de915d


#de915d Border Color

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

This div border color is #de915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de915d


Comments

No comments written yet.

Please login to write comment.