Color Hex Logo

#e18cfe Color Hex

#E18CFE
(225,140,254)
0 Favorites   0 Comments

Color spaces of #e18cfe

RGB 225140254
HSL0.790.980.77
HSV285°45°100°
CMYK 0.110.450.00   0.00
XYZ58.318841.919598.7835
Yxy41.91950.29300.2106
Hunter Lab64.745347.4783-45.1386
CIE-Lab70.815450.6697-43.9329

#e18cfe color RGB value is (225,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11111110
Octal 341 214 376
Decimal 225 140 254
Hex E1 8C FE

RGB Percentages of Color #e18cfe

%36.35
%22.62
%41.03

CMYK Percentages of Color #e18cfe

%11
%45
%0
%0

Triadic Colors of #e18cfe

#e18cfe #fee18c #8cfee1

Analogous Colors of #e18cfe

#e18cfe #fe8ce2 #a88cfe

Monochromatic Colors of #e18cfe

#e18cfe

Complementary Color

#e18cfe #a9fe8c

#e18cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18cfe Color CSS Codes

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

#e18cfe Text Font Color

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

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


#e18cfe Background Color

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

This div background color is #e18cfe


#e18cfe Border Color

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

This div border color is #e18cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18cfe


Comments

No comments written yet.

Please login to write comment.