Color Hex Logo

#e73ffe Color Hex

#E73FFE
(231,63,254)
0 Favorites   0 Comments

Color spaces of #e73ffe

RGB 23163254
HSL0.810.990.62
HSV293°75°100°
CMYK 0.090.750.00   0.00
XYZ52.621927.699796.3390
Yxy27.69970.29790.1568
Hunter Lab52.630586.3674-71.6877
CIE-Lab59.616584.6296-61.6310

#e73ffe color RGB value is (231,63,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111111 11111110
Octal 347 77 376
Decimal 231 63 254
Hex E7 3F FE

RGB Percentages of Color #e73ffe

%42.15
%11.50
%46.35

CMYK Percentages of Color #e73ffe

%9
%75
%0
%0

Triadic Colors of #e73ffe

#e73ffe #fee73f #3ffee7

Analogous Colors of #e73ffe

#e73ffe #fe3fb6 #883ffe

Monochromatic Colors of #e73ffe

#e73ffe

Complementary Color

#e73ffe #56fe3f

#e73ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73ffe Color CSS Codes

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

#e73ffe Text Font Color

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

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


#e73ffe Background Color

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

This div background color is #e73ffe


#e73ffe Border Color

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

This div border color is #e73ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.