Color Hex Logo

#e0afdf Color Hex

#E0AFDF
(224,175,223)
1 Favorites   0 Comments

Color spaces of #e0afdf

RGB 224175223
HSL0.840.440.78
HSV301°22°88°
CMYK 0.000.220.00   0.12
XYZ59.389751.835076.6870
Yxy51.83500.31610.2758
Hunter Lab71.996521.2501-12.7551
CIE-Lab77.182125.8119-17.2855

#e0afdf color RGB value is (224,175,223).

#e0afdf hex color red value is 224, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e0afdf hue: 0.84 , saturation: 0.44 and the lightness value of e0afdf is 0.78.

The process color (four color CMYK) of #e0afdf color hex is 0.00, 0.22, 0.00, 0.12. Web safe color of #e0afdf is #cc99cc. Color #e0afdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 11011111
Octal 340 257 337
Decimal 224 175 223
Hex E0 AF DF

RGB Percentages of Color #e0afdf

%36.01
%28.14
%35.85

CMYK Percentages of Color #e0afdf

%0
%22
%0
%12

Triadic Colors of #e0afdf

#e0afdf #dfe0af #afdfe0

Analogous Colors of #e0afdf

#e0afdf #e0afc7 #c9afe0

Monochromatic Colors of #e0afdf

#e0afdf

Complementary Color

#e0afdf #afe0b0

#e0afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0afdf Color CSS Codes

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

#e0afdf Text Font Color

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

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


#e0afdf Background Color

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

This div background color is #e0afdf


#e0afdf Border Color

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

This div border color is #e0afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0afdf


Comments

No comments written yet.

Please login to write comment.