Color Hex Logo

#de807d Color Hex

#DE807D
(222,128,125)
0 Favorites   0 Comments

Color spaces of #de807d

RGB 222128125
HSL0.010.600.68
HSV44°87°
CMYK 0.000.420.44   0.13
XYZ41.545032.448623.4756
Yxy32.44860.42620.3329
Hunter Lab56.963730.498015.4403
CIE-Lab63.711935.871917.5078

#de807d color RGB value is (222,128,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 01111101
Octal 336 200 175
Decimal 222 128 125
Hex DE 80 7D

RGB Percentages of Color #de807d

%46.74
%26.95
%26.32

CMYK Percentages of Color #de807d

%0
%42
%44
%13

Triadic Colors of #de807d

#de807d #7dde80 #807dde

Analogous Colors of #de807d

#de807d #deb17d #de7dab

Monochromatic Colors of #de807d

#de807d

Complementary Color

#de807d #7ddbde

#de807d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de807d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de807d Color CSS Codes

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

#de807d Text Font Color

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

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


#de807d Background Color

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

This div background color is #de807d


#de807d Border Color

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

This div border color is #de807d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de807d


Comments

No comments written yet.

Please login to write comment.