Color Hex Logo

#e83efe Color Hex

#E83EFE
(232,62,254)
0 Favorites   0 Comments

Color spaces of #e83efe

RGB 23262254
HSL0.810.990.62
HSV293°76°100°
CMYK 0.090.760.00   0.00
XYZ52.890727.756896.3359
Yxy27.75680.29880.1568
Hunter Lab52.684786.9996-71.5346
CIE-Lab59.668485.1036-61.5394

#e83efe color RGB value is (232,62,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111110 11111110
Octal 350 76 376
Decimal 232 62 254
Hex E8 3E FE

RGB Percentages of Color #e83efe

%42.34
%11.31
%46.35

CMYK Percentages of Color #e83efe

%9
%76
%0
%0

Triadic Colors of #e83efe

#e83efe #fee83e #3efee8

Analogous Colors of #e83efe

#e83efe #fe3eb4 #883efe

Monochromatic Colors of #e83efe

#e83efe

Complementary Color

#e83efe #54fe3e

#e83efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83efe Color CSS Codes

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

#e83efe Text Font Color

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

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


#e83efe Background Color

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

This div background color is #e83efe


#e83efe Border Color

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

This div border color is #e83efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83efe

Related Colors


Comments

No comments written yet.

Please login to write comment.