Color Hex Logo

#e9afee Color Hex

#E9AFEE
(233,175,238)
0 Favorites   0 Comments

Color spaces of #e9afee

RGB 233175238
HSL0.820.650.81
HSV295°26°93°
CMYK 0.020.260.00   0.07
XYZ64.366954.156687.9497
Yxy54.15660.31170.2623
Hunter Lab73.591227.3414-19.3444
CIE-Lab78.553031.5252-23.2384

#e9afee color RGB value is (233,175,238).

#e9afee hex color red value is 233, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e9afee hue: 0.82 , saturation: 0.65 and the lightness value of e9afee is 0.81.

The process color (four color CMYK) of #e9afee color hex is 0.02, 0.26, 0.00, 0.07. Web safe color of #e9afee is #ff99ff. Color #e9afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11101110
Octal 351 257 356
Decimal 233 175 238
Hex E9 AF EE

RGB Percentages of Color #e9afee

%36.07
%27.09
%36.84

CMYK Percentages of Color #e9afee

%2
%26
%0
%7

Triadic Colors of #e9afee

#e9afee #eee9af #afeee9

Analogous Colors of #e9afee

#e9afee #eeafd4 #caafee

Monochromatic Colors of #e9afee

#e9afee

Complementary Color

#e9afee #b4eeaf

#e9afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afee Color CSS Codes

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

#e9afee Text Font Color

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

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


#e9afee Background Color

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

This div background color is #e9afee


#e9afee Border Color

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

This div border color is #e9afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afee


Comments

No comments written yet.

Please login to write comment.