Color Hex Logo

#e71eff Color Hex

#E71EFF
(231,30,255)
0 Favorites   0 Comments

Color spaces of #e71eff

RGB 23130255
HSL0.821.000.56
HSV294°88°100°
CMYK 0.090.880.00   0.00
XYZ51.469325.137596.7470
Yxy25.13750.29690.1450
Hunter Lab50.137395.5019-79.3123
CIE-Lab57.209191.9862-66.0522

#e71eff color RGB value is (231,30,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011110 11111111
Octal 347 36 377
Decimal 231 30 255
Hex E7 1E FF

RGB Percentages of Color #e71eff

%44.77
%5.81
%49.42

CMYK Percentages of Color #e71eff

%9
%88
%0
%0

Triadic Colors of #e71eff

#e71eff #ffe71e #1effe7

Analogous Colors of #e71eff

#e71eff #ff1ea7 #771eff

Monochromatic Colors of #e71eff

#e71eff

Complementary Color

#e71eff #36ff1e

#e71eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71eff Color CSS Codes

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

#e71eff Text Font Color

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

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


#e71eff Background Color

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

This div background color is #e71eff


#e71eff Border Color

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

This div border color is #e71eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71eff


Comments

No comments written yet.

Please login to write comment.