Color Hex Logo

#e18afe Color Hex

#E18AFE
(225,138,254)
0 Favorites   0 Comments

Color spaces of #e18afe

RGB 225138254
HSL0.790.980.77
HSV285°46°100°
CMYK 0.110.460.00   0.00
XYZ58.029241.340398.6869
Yxy41.34030.29300.2087
Hunter Lab64.296448.5822-45.9952
CIE-Lab70.413751.6967-44.5624

#e18afe color RGB value is (225,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 11111110
Octal 341 212 376
Decimal 225 138 254
Hex E1 8A FE

RGB Percentages of Color #e18afe

%36.47
%22.37
%41.17

CMYK Percentages of Color #e18afe

%11
%46
%0
%0

Triadic Colors of #e18afe

#e18afe #fee18a #8afee1

Analogous Colors of #e18afe

#e18afe #fe8ae1 #a78afe

Monochromatic Colors of #e18afe

#e18afe

Complementary Color

#e18afe #a7fe8a

#e18afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18afe Color CSS Codes

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

#e18afe Text Font Color

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

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


#e18afe Background Color

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

This div background color is #e18afe


#e18afe Border Color

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

This div border color is #e18afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,138,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18afe

Related Colors


Comments

No comments written yet.

Please login to write comment.