Color Hex Logo

#e73aff Color Hex

#E73AFF
(231,58,255)
0 Favorites   0 Comments

Color spaces of #e73aff

RGB 23158255
HSL0.811.000.61
HSV293°77°100°
CMYK 0.090.770.00   0.00
XYZ52.518127.235097.0966
Yxy27.23500.29700.1540
Hunter Lab52.187288.3044-73.7807
CIE-Lab59.191286.1924-62.8661

#e73aff color RGB value is (231,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111010 11111111
Octal 347 72 377
Decimal 231 58 255
Hex E7 3A FF

RGB Percentages of Color #e73aff

%42.46
%10.66
%46.88

CMYK Percentages of Color #e73aff

%9
%77
%0
%0

Triadic Colors of #e73aff

#e73aff #ffe73a #3affe7

Analogous Colors of #e73aff

#e73aff #ff3ab5 #853aff

Monochromatic Colors of #e73aff

#e73aff

Complementary Color

#e73aff #52ff3a

#e73aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73aff Color CSS Codes

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

#e73aff Text Font Color

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

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


#e73aff Background Color

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

This div background color is #e73aff


#e73aff Border Color

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

This div border color is #e73aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73aff

Related Colors


Comments

No comments written yet.

Please login to write comment.