Color Hex Logo

#e73afe Color Hex

#E73AFE
(231,58,254)
0 Favorites   0 Comments

Color spaces of #e73afe

RGB 23158254
HSL0.810.990.61
HSV293°77°100°
CMYK 0.090.770.00   0.00
XYZ52.357427.170896.2509
Yxy27.17080.29790.1546
Hunter Lab52.125688.0739-72.9921
CIE-Lab59.132186.0283-62.4075

#e73afe color RGB value is (231,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111010 11111110
Octal 347 72 376
Decimal 231 58 254
Hex E7 3A FE

RGB Percentages of Color #e73afe

%42.54
%10.68
%46.78

CMYK Percentages of Color #e73afe

%9
%77
%0
%0

Triadic Colors of #e73afe

#e73afe #fee73a #3afee7

Analogous Colors of #e73afe

#e73afe #fe3ab3 #853afe

Monochromatic Colors of #e73afe

#e73afe

Complementary Color

#e73afe #51fe3a

#e73afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73afe Color CSS Codes

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

#e73afe Text Font Color

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

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


#e73afe Background Color

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

This div background color is #e73afe


#e73afe Border Color

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

This div border color is #e73afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73afe


Comments

No comments written yet.

Please login to write comment.