Color Hex Logo

#e18fea Color Hex

#E18FEA
(225,143,234)
0 Favorites   0 Comments

Color spaces of #e18fea

RGB 225143234
HSL0.820.680.74
HSV294°39°92°
CMYK 0.040.390.00   0.08
XYZ55.725141.593082.9331
Yxy41.59300.30920.2308
Hunter Lab64.492641.3715-31.0980
CIE-Lab70.589445.2493-33.3578

#e18fea color RGB value is (225,143,234).

#e18fea hex color red value is 225, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e18fea hue: 0.82 , saturation: 0.68 and the lightness value of e18fea is 0.74.

The process color (four color CMYK) of #e18fea color hex is 0.04, 0.39, 0.00, 0.08. Web safe color of #e18fea is #cc99ff. Color #e18fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001111 11101010
Octal 341 217 352
Decimal 225 143 234
Hex E1 8F EA

RGB Percentages of Color #e18fea

%37.38
%23.75
%38.87

CMYK Percentages of Color #e18fea

%4
%39
%0
%8

Triadic Colors of #e18fea

#e18fea #eae18f #8feae1

Analogous Colors of #e18fea

#e18fea #ea8fc6 #b48fea

Monochromatic Colors of #e18fea

#e18fea

Complementary Color

#e18fea #98ea8f

#e18fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18fea Color CSS Codes

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

#e18fea Text Font Color

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

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


#e18fea Background Color

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

This div background color is #e18fea


#e18fea Border Color

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

This div border color is #e18fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18fea


Comments

No comments written yet.

Please login to write comment.