Color Hex Logo

#de807e Color Hex

#DE807E
(222,128,126)
0 Favorites   0 Comments

Color spaces of #de807e

RGB 222128126
HSL0.000.590.68
HSV43°87°
CMYK 0.000.420.43   0.13
XYZ41.609332.474323.8138
Yxy32.47430.42500.3317
Hunter Lab56.986230.608415.1138
CIE-Lab63.733035.976916.9709

#de807e color RGB value is (222,128,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 01111110
Octal 336 200 176
Decimal 222 128 126
Hex DE 80 7E

RGB Percentages of Color #de807e

%46.64
%26.89
%26.47

CMYK Percentages of Color #de807e

%0
%42
%43
%13

Triadic Colors of #de807e

#de807e #7ede80 #807ede

Analogous Colors of #de807e

#de807e #deb07e #de7eac

Monochromatic Colors of #de807e

#de807e

Complementary Color

#de807e #7edcde

#de807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de807e Color CSS Codes

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

#de807e Text Font Color

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

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


#de807e Background Color

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

This div background color is #de807e


#de807e Border Color

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

This div border color is #de807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de807e


Comments

No comments written yet.

Please login to write comment.