Color Hex Logo

#e827fe Color Hex

#E827FE
(232,39,254)
0 Favorites   0 Comments

Color spaces of #e827fe

RGB 23239254
HSL0.820.990.57
HSV294°85°100°
CMYK 0.090.850.00   0.00
XYZ51.893625.762696.0035
Yxy25.76260.29880.1484
Hunter Lab50.756993.6731-76.6136
CIE-Lab57.811090.5087-64.5207

#e827fe color RGB value is (232,39,254).

#e827fe hex color red value is 232, green value is 39 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e827fe hue: 0.82 , saturation: 0.99 and the lightness value of e827fe is 0.57.

The process color (four color CMYK) of #e827fe color hex is 0.09, 0.85, 0.00, 0.00. Web safe color of #e827fe is #ff33ff. Color #e827fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 11111110
Octal 350 47 376
Decimal 232 39 254
Hex E8 27 FE

RGB Percentages of Color #e827fe

%44.19
%7.43
%48.38

CMYK Percentages of Color #e827fe

%9
%85
%0
%0

Triadic Colors of #e827fe

#e827fe #fee827 #27fee8

Analogous Colors of #e827fe

#e827fe #fe27a9 #7d27fe

Monochromatic Colors of #e827fe

#e827fe

Complementary Color

#e827fe #3dfe27

#e827fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e827fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e827fe Color CSS Codes

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

#e827fe Text Font Color

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

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


#e827fe Background Color

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

This div background color is #e827fe


#e827fe Border Color

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

This div border color is #e827fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e827fe


Comments

No comments written yet.

Please login to write comment.