Color Hex Logo

#e6aefa Color Hex

#E6AEFA
(230,174,250)
0 Favorites   0 Comments

Color spaces of #e6aefa

RGB 230174250
HSL0.790.880.83
HSV284°30°98°
CMYK 0.080.300.00   0.02
XYZ65.024553.997297.4378
Yxy53.99720.30040.2495
Hunter Lab73.482829.3588-27.1803
CIE-Lab78.460133.4157-29.8692

#e6aefa color RGB value is (230,174,250).

#e6aefa hex color red value is 230, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e6aefa hue: 0.79 , saturation: 0.88 and the lightness value of e6aefa is 0.83.

The process color (four color CMYK) of #e6aefa color hex is 0.08, 0.30, 0.00, 0.02. Web safe color of #e6aefa is #ff99ff. Color #e6aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101110 11111010
Octal 346 256 372
Decimal 230 174 250
Hex E6 AE FA

RGB Percentages of Color #e6aefa

%35.17
%26.61
%38.23

CMYK Percentages of Color #e6aefa

%8
%30
%0
%2

Triadic Colors of #e6aefa

#e6aefa #fae6ae #aefae6

Analogous Colors of #e6aefa

#e6aefa #faaee8 #c0aefa

Monochromatic Colors of #e6aefa

#e6aefa

Complementary Color

#e6aefa #c2faae

#e6aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aefa Color CSS Codes

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

#e6aefa Text Font Color

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

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


#e6aefa Background Color

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

This div background color is #e6aefa


#e6aefa Border Color

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

This div border color is #e6aefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,174,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6aefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6aefa;
  -webkit-box-shadow: 1px 1px 3px 2px #e6aefa;
  box-shadow:         1px 1px 3px 2px #e6aefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aefa


Comments

No comments written yet.

Please login to write comment.