Color Hex Logo

#e757ff Color Hex

#E757FF
(231,87,255)
0 Favorites   0 Comments

Color spaces of #e757ff

RGB 23187255
HSL0.811.000.67
HSV291°66°100°
CMYK 0.090.660.00   0.00
XYZ54.413231.025397.7283
Yxy31.02530.29710.1694
Hunter Lab55.700476.8995-65.0362
CIE-Lab62.529076.6823-57.5279

#e757ff color RGB value is (231,87,255).

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

The process color (four color CMYK) of #e757ff color hex is 0.09, 0.66, 0.00, 0.00. Web safe color of #e757ff is #ff66ff. Color #e757ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010111 11111111
Octal 347 127 377
Decimal 231 87 255
Hex E7 57 FF

RGB Percentages of Color #e757ff

%40.31
%15.18
%44.50

CMYK Percentages of Color #e757ff

%9
%66
%0
%0

Triadic Colors of #e757ff

#e757ff #ffe757 #57ffe7

Analogous Colors of #e757ff

#e757ff #ff57c3 #9357ff

Monochromatic Colors of #e757ff

#e757ff

Complementary Color

#e757ff #6fff57

#e757ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e757ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e757ff Color CSS Codes

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

#e757ff Text Font Color

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

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


#e757ff Background Color

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

This div background color is #e757ff


#e757ff Border Color

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

This div border color is #e757ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e757ff


Comments

No comments written yet.

Please login to write comment.