Color Hex Logo

#e9afff Color Hex

#E9AFFF
(233,175,255)
0 Favorites   0 Comments

Color spaces of #e9afff

RGB 233175255
HSL0.791.000.84
HSV284°31°100°
CMYK 0.090.310.00   0.00
XYZ66.984255.2036101.7326
Yxy55.20360.29910.2465
Hunter Lab74.299130.9028-29.1723
CIE-Lab79.158434.7880-31.4563

#e9afff color RGB value is (233,175,255).

#e9afff hex color red value is 233, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e9afff hue: 0.79 , saturation: 1.00 and the lightness value of e9afff is 0.84.

The process color (four color CMYK) of #e9afff color hex is 0.09, 0.31, 0.00, 0.00. Web safe color of #e9afff is #ff99ff. Color #e9afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11111111
Octal 351 257 377
Decimal 233 175 255
Hex E9 AF FF

RGB Percentages of Color #e9afff

%35.14
%26.40
%38.46

CMYK Percentages of Color #e9afff

%9
%31
%0
%0

Triadic Colors of #e9afff

#e9afff #ffe9af #afffe9

Analogous Colors of #e9afff

#e9afff #ffafed #c1afff

Monochromatic Colors of #e9afff

#e9afff

Complementary Color

#e9afff #c5ffaf

#e9afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afff Color CSS Codes

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

#e9afff Text Font Color

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

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


#e9afff Background Color

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

This div background color is #e9afff


#e9afff Border Color

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

This div border color is #e9afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afff

#e9afff Color Palettes


Comments

No comments written yet.

Please login to write comment.