Color Hex Logo

#de80af Color Hex

#DE80AF
(222,128,175)
0 Favorites   0 Comments

Color spaces of #de80af

RGB 222128175
HSL0.920.590.69
HSV330°42°87°
CMYK 0.000.420.21   0.13
XYZ45.581234.063144.7299
Yxy34.06310.36650.2739
Hunter Lab58.363637.2698-4.5854
CIE-Lab65.012642.1761-8.9997

#de80af color RGB value is (222,128,175).

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

The process color (four color CMYK) of #de80af color hex is 0.00, 0.42, 0.21, 0.13. Web safe color of #de80af is #cc9999. Color #de80af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 10101111
Octal 336 200 257
Decimal 222 128 175
Hex DE 80 AF

RGB Percentages of Color #de80af

%42.29
%24.38
%33.33

CMYK Percentages of Color #de80af

%0
%42
%21
%13

Triadic Colors of #de80af

#de80af #afde80 #80afde

Analogous Colors of #de80af

#de80af #de8080 #de80de

Monochromatic Colors of #de80af

#de80af

Complementary Color

#de80af #80deaf

#de80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de80af Color CSS Codes

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

#de80af Text Font Color

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

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


#de80af Background Color

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

This div background color is #de80af


#de80af Border Color

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

This div border color is #de80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de80af


Comments

No comments written yet.

Please login to write comment.