Color Hex Logo

#de817e Color Hex

#DE817E
(222,129,126)
0 Favorites   0 Comments

Color spaces of #de817e

RGB 222129126
HSL0.010.590.68
HSV43°87°
CMYK 0.000.420.43   0.13
XYZ41.740432.736523.8575
Yxy32.73650.42450.3329
Hunter Lab57.215830.092615.3287
CIE-Lab63.947035.452717.2662

#de817e color RGB value is (222,129,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000001 01111110
Octal 336 201 176
Decimal 222 129 126
Hex DE 81 7E

RGB Percentages of Color #de817e

%46.54
%27.04
%26.42

CMYK Percentages of Color #de817e

%0
%42
%43
%13

Triadic Colors of #de817e

#de817e #7ede81 #817ede

Analogous Colors of #de817e

#de817e #deb17e #de7eab

Monochromatic Colors of #de817e

#de817e

Complementary Color

#de817e #7edbde

#de817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de817e Color CSS Codes

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

#de817e Text Font Color

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

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


#de817e Background Color

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

This div background color is #de817e


#de817e Border Color

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

This div border color is #de817e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de817e


Comments

No comments written yet.

Please login to write comment.