Color Hex Logo

#e39aff Color Hex

#E39AFF
(227,154,255)
0 Favorites   0 Comments

Color spaces of #e39aff

RGB 227154255
HSL0.791.000.80
HSV283°40°100°
CMYK 0.110.400.00   0.00
XYZ61.284246.6621100.3844
Yxy46.66210.29420.2240
Hunter Lab68.309740.5999-39.3128
CIE-Lab73.973144.1414-39.5289

#e39aff color RGB value is (227,154,255).

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

The process color (four color CMYK) of #e39aff color hex is 0.11, 0.40, 0.00, 0.00. Web safe color of #e39aff is #cc99ff. Color #e39aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 11111111
Octal 343 232 377
Decimal 227 154 255
Hex E3 9A FF

RGB Percentages of Color #e39aff

%35.69
%24.21
%40.09

CMYK Percentages of Color #e39aff

%11
%40
%0
%0

Triadic Colors of #e39aff

#e39aff #ffe39a #9affe3

Analogous Colors of #e39aff

#e39aff #ff9ae9 #b19aff

Monochromatic Colors of #e39aff

#e39aff

Complementary Color

#e39aff #b6ff9a

#e39aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aff Color CSS Codes

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

#e39aff Text Font Color

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

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


#e39aff Background Color

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

This div background color is #e39aff


#e39aff Border Color

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

This div border color is #e39aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aff

#e39aff Color Palettes


Comments

No comments written yet.

Please login to write comment.