Color Hex Logo

#e31eff Color Hex

#E31EFF
(227,30,255)
0 Favorites   0 Comments

Color spaces of #e31eff

RGB 22730255
HSL0.811.000.56
HSV293°88°100°
CMYK 0.110.880.00   0.00
XYZ50.192824.479496.6873
Yxy24.47940.29290.1429
Hunter Lab49.476794.4995-81.2309
CIE-Lab56.564691.3669-67.1239

#e31eff color RGB value is (227,30,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 11111111
Octal 343 36 377
Decimal 227 30 255
Hex E3 1E FF

RGB Percentages of Color #e31eff

%44.34
%5.86
%49.80

CMYK Percentages of Color #e31eff

%11
%88
%0
%0

Triadic Colors of #e31eff

#e31eff #ffe31e #1effe3

Analogous Colors of #e31eff

#e31eff #ff1eab #731eff

Monochromatic Colors of #e31eff

#e31eff

Complementary Color

#e31eff #3aff1e

#e31eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31eff Color CSS Codes

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

#e31eff Text Font Color

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

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


#e31eff Background Color

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

This div background color is #e31eff


#e31eff Border Color

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

This div border color is #e31eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,30,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31eff

Related Colors


Comments

No comments written yet.

Please login to write comment.