Color Hex Logo

#e71afe Color Hex

#E71AFE
(231,26,254)
0 Favorites   0 Comments

Color spaces of #e71afe

RGB 23126254
HSL0.820.990.55
HSV294°90°100°
CMYK 0.090.900.00   0.00
XYZ51.213824.883595.8697
Yxy24.88350.29780.1447
Hunter Lab49.883495.9649-79.0297
CIE-Lab56.961792.3771-65.8958

#e71afe color RGB value is (231,26,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 11111110
Octal 347 32 376
Decimal 231 26 254
Hex E7 1A FE

RGB Percentages of Color #e71afe

%45.21
%5.09
%49.71

CMYK Percentages of Color #e71afe

%9
%90
%0
%0

Triadic Colors of #e71afe

#e71afe #fee71a #1afee7

Analogous Colors of #e71afe

#e71afe #fe1aa3 #751afe

Monochromatic Colors of #e71afe

#e71afe

Complementary Color

#e71afe #31fe1a

#e71afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71afe Color CSS Codes

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

#e71afe Text Font Color

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

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


#e71afe Background Color

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

This div background color is #e71afe


#e71afe Border Color

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

This div border color is #e71afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71afe

Related Colors


Comments

No comments written yet.

Please login to write comment.