Color Hex Logo

#e18aff Color Hex

#E18AFF
(225,138,255)
0 Favorites   0 Comments

Color spaces of #e18aff

RGB 225138255
HSL0.791.000.77
HSV285°46°100°
CMYK 0.120.460.00   0.00
XYZ58.189841.404599.5327
Yxy41.40450.29220.2079
Hunter Lab64.346348.8154-46.6690
CIE-Lab70.458451.8949-45.0366

#e18aff color RGB value is (225,138,255).

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

The process color (four color CMYK) of #e18aff color hex is 0.12, 0.46, 0.00, 0.00. Web safe color of #e18aff is #cc99ff. Color #e18aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 11111111
Octal 341 212 377
Decimal 225 138 255
Hex E1 8A FF

RGB Percentages of Color #e18aff

%36.41
%22.33
%41.26

CMYK Percentages of Color #e18aff

%12
%46
%0
%0

Triadic Colors of #e18aff

#e18aff #ffe18a #8affe1

Analogous Colors of #e18aff

#e18aff #ff8ae3 #a78aff

Monochromatic Colors of #e18aff

#e18aff

Complementary Color

#e18aff #a8ff8a

#e18aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18aff Color CSS Codes

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

#e18aff Text Font Color

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

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


#e18aff Background Color

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

This div background color is #e18aff


#e18aff Border Color

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

This div border color is #e18aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18aff


Comments

No comments written yet.

Please login to write comment.