Color Hex Logo

#e1afdf Color Hex

#E1AFDF
(225,175,223)
0 Favorites   0 Comments

Color spaces of #e1afdf

RGB 225175223
HSL0.840.450.78
HSV302°22°88°
CMYK 0.000.220.01   0.12
XYZ59.700651.995276.7016
Yxy51.99520.31690.2760
Hunter Lab72.107721.5982-12.5919
CIE-Lab77.278026.1432-17.1314

#e1afdf color RGB value is (225,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 11011111
Octal 341 257 337
Decimal 225 175 223
Hex E1 AF DF

RGB Percentages of Color #e1afdf

%36.12
%28.09
%35.79

CMYK Percentages of Color #e1afdf

%0
%22
%1
%12

Triadic Colors of #e1afdf

#e1afdf #dfe1af #afdfe1

Analogous Colors of #e1afdf

#e1afdf #e1afc6 #caafe1

Monochromatic Colors of #e1afdf

#e1afdf

Complementary Color

#e1afdf #afe1b1

#e1afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1afdf Color CSS Codes

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

#e1afdf Text Font Color

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

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


#e1afdf Background Color

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

This div background color is #e1afdf


#e1afdf Border Color

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

This div border color is #e1afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1afdf


Comments

No comments written yet.

Please login to write comment.