Color Hex Logo

#e69aff Color Hex

#E69AFF
(230,154,255)
0 Favorites   0 Comments

Color spaces of #e69aff

RGB 230154255
HSL0.791.000.80
HSV285°40°100°
CMYK 0.100.400.00   0.00
XYZ62.238747.1542100.4291
Yxy47.15420.29660.2247
Hunter Lab68.668941.6145-38.6441
CIE-Lab74.288345.0139-39.0143

#e69aff color RGB value is (230,154,255).

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

The process color (four color CMYK) of #e69aff color hex is 0.10, 0.40, 0.00, 0.00. Web safe color of #e69aff is #ff99ff. Color #e69aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11111111
Octal 346 232 377
Decimal 230 154 255
Hex E6 9A FF

RGB Percentages of Color #e69aff

%35.99
%24.10
%39.91

CMYK Percentages of Color #e69aff

%10
%40
%0
%0

Triadic Colors of #e69aff

#e69aff #ffe69a #9affe6

Analogous Colors of #e69aff

#e69aff #ff9ae6 #b49aff

Monochromatic Colors of #e69aff

#e69aff

Complementary Color

#e69aff #b3ff9a

#e69aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69aff Color CSS Codes

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

#e69aff Text Font Color

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

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


#e69aff Background Color

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

This div background color is #e69aff


#e69aff Border Color

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

This div border color is #e69aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69aff

Related Colors


Comments

No comments written yet.

Please login to write comment.