Color Hex Logo

#e31efe Color Hex

#E31EFE
(227,30,254)
0 Favorites   0 Comments

Color spaces of #e31efe

RGB 22730254
HSL0.810.990.56
HSV293°88°100°
CMYK 0.110.880.00   0.00
XYZ50.032224.415295.8415
Yxy24.41520.29380.1434
Hunter Lab49.411794.2709-80.4137
CIE-Lab56.501191.2091-66.6712

#e31efe color RGB value is (227,30,254).

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

The process color (four color CMYK) of #e31efe color hex is 0.11, 0.88, 0.00, 0.00. Web safe color of #e31efe is #cc33ff. Color #e31efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 11111110
Octal 343 36 376
Decimal 227 30 254
Hex E3 1E FE

RGB Percentages of Color #e31efe

%44.42
%5.87
%49.71

CMYK Percentages of Color #e31efe

%11
%88
%0
%0

Triadic Colors of #e31efe

#e31efe #fee31e #1efee3

Analogous Colors of #e31efe

#e31efe #fe1ea9 #731efe

Monochromatic Colors of #e31efe

#e31efe

Complementary Color

#e31efe #39fe1e

#e31efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31efe Color CSS Codes

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

#e31efe Text Font Color

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

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


#e31efe Background Color

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

This div background color is #e31efe


#e31efe Border Color

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

This div border color is #e31efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31efe


Comments

No comments written yet.

Please login to write comment.