Color Hex Logo

#de867e Color Hex

#DE867E
(222,134,126)
0 Favorites   0 Comments

Color spaces of #de867e

RGB 222134126
HSL0.010.590.68
HSV43°87°
CMYK 0.000.400.43   0.13
XYZ42.415234.086124.0824
Yxy34.08610.42170.3389
Hunter Lab58.383327.508616.4119
CIE-Lab65.030932.817918.7573

#de867e color RGB value is (222,134,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000110 01111110
Octal 336 206 176
Decimal 222 134 126
Hex DE 86 7E

RGB Percentages of Color #de867e

%46.06
%27.80
%26.14

CMYK Percentages of Color #de867e

%0
%40
%43
%13

Triadic Colors of #de867e

#de867e #7ede86 #867ede

Analogous Colors of #de867e

#de867e #deb67e #de7ea6

Monochromatic Colors of #de867e

#de867e

Complementary Color

#de867e #7ed6de

#de867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de867e Color CSS Codes

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

#de867e Text Font Color

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

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


#de867e Background Color

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

This div background color is #de867e


#de867e Border Color

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

This div border color is #de867e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,134,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 #de867e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de867e


Comments

No comments written yet.

Please login to write comment.