Color Hex Logo

#e1affc Color Hex

#E1AFFC
(225,175,252)
0 Favorites   0 Comments

Color spaces of #e1affc

RGB 225175252
HSL0.770.930.84
HSV279°31°99°
CMYK 0.110.310.00   0.01
XYZ63.952053.695899.0891
Yxy53.69580.29510.2477
Hunter Lab73.277427.5483-28.8805
CIE-Lab78.284031.7390-31.2554

#e1affc color RGB value is (225,175,252).

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

The process color (four color CMYK) of #e1affc color hex is 0.11, 0.31, 0.00, 0.01. Web safe color of #e1affc is #cc99ff. Color #e1affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 11111100
Octal 341 257 374
Decimal 225 175 252
Hex E1 AF FC

RGB Percentages of Color #e1affc

%34.51
%26.84
%38.65

CMYK Percentages of Color #e1affc

%11
%31
%0
%1

Triadic Colors of #e1affc

#e1affc #fce1af #affce1

Analogous Colors of #e1affc

#e1affc #fcaff1 #bbaffc

Monochromatic Colors of #e1affc

#e1affc

Complementary Color

#e1affc #cafcaf

#e1affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1affc Color CSS Codes

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

#e1affc Text Font Color

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

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


#e1affc Background Color

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

This div background color is #e1affc


#e1affc Border Color

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

This div border color is #e1affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1affc

Related Colors


Comments

No comments written yet.

Please login to write comment.