Color Hex Logo

#e73bfe Color Hex

#E73BFE
(231,59,254)
0 Favorites   0 Comments

Color spaces of #e73bfe

RGB 23159254
HSL0.810.990.61
HSV293°77°100°
CMYK 0.090.770.00   0.00
XYZ52.408427.272696.2678
Yxy27.27260.29790.1550
Hunter Lab52.223287.7425-72.7385
CIE-Lab59.225885.7574-62.2572

#e73bfe color RGB value is (231,59,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111011 11111110
Octal 347 73 376
Decimal 231 59 254
Hex E7 3B FE

RGB Percentages of Color #e73bfe

%42.46
%10.85
%46.69

CMYK Percentages of Color #e73bfe

%9
%77
%0
%0

Triadic Colors of #e73bfe

#e73bfe #fee73b #3bfee7

Analogous Colors of #e73bfe

#e73bfe #fe3bb4 #863bfe

Monochromatic Colors of #e73bfe

#e73bfe

Complementary Color

#e73bfe #52fe3b

#e73bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73bfe Color CSS Codes

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

#e73bfe Text Font Color

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

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


#e73bfe Background Color

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

This div background color is #e73bfe


#e73bfe Border Color

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

This div border color is #e73bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.