Color Hex Logo

#de857e Color Hex

#DE857E
(222,133,126)
0 Favorites   0 Comments

Color spaces of #de857e

RGB 222133126
HSL0.010.590.68
HSV43°87°
CMYK 0.000.400.43   0.13
XYZ42.277633.811024.0366
Yxy33.81100.42220.3377
Hunter Lab58.147228.025916.1941
CIE-Lab64.812333.346518.4571

#de857e color RGB value is (222,133,126).

#de857e hex color red value is 222, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de857e hue: 0.01 , saturation: 0.59 and the lightness value of de857e is 0.68.

The process color (four color CMYK) of #de857e color hex is 0.00, 0.40, 0.43, 0.13. Web safe color of #de857e is #cc9966. Color #de857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 01111110
Octal 336 205 176
Decimal 222 133 126
Hex DE 85 7E

RGB Percentages of Color #de857e

%46.15
%27.65
%26.20

CMYK Percentages of Color #de857e

%0
%40
%43
%13

Triadic Colors of #de857e

#de857e #7ede85 #857ede

Analogous Colors of #de857e

#de857e #deb57e #de7ea7

Monochromatic Colors of #de857e

#de857e

Complementary Color

#de857e #7ed7de

#de857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de857e Color CSS Codes

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

#de857e Text Font Color

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

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


#de857e Background Color

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

This div background color is #de857e


#de857e Border Color

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

This div border color is #de857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de857e


Comments

No comments written yet.

Please login to write comment.