Color Hex Logo

#e7afee Color Hex

#E7AFEE
(231,175,238)
0 Favorites   0 Comments

Color spaces of #e7afee

RGB 231175238
HSL0.810.650.81
HSV293°26°93°
CMYK 0.030.260.00   0.07
XYZ63.717653.821987.9193
Yxy53.82190.31010.2620
Hunter Lab73.363426.6449-19.6992
CIE-Lab78.357830.8852-23.5535

#e7afee color RGB value is (231,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 11101110
Octal 347 257 356
Decimal 231 175 238
Hex E7 AF EE

RGB Percentages of Color #e7afee

%35.87
%27.17
%36.96

CMYK Percentages of Color #e7afee

%3
%26
%0
%7

Triadic Colors of #e7afee

#e7afee #eee7af #afeee7

Analogous Colors of #e7afee

#e7afee #eeafd6 #c8afee

Monochromatic Colors of #e7afee

#e7afee

Complementary Color

#e7afee #b6eeaf

#e7afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afee Color CSS Codes

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

#e7afee Text Font Color

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

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


#e7afee Background Color

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

This div background color is #e7afee


#e7afee Border Color

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

This div border color is #e7afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afee


Comments

No comments written yet.

Please login to write comment.