Color Hex Logo

#e755fa Color Hex

#E755FA
(231,85,250)
0 Favorites   0 Comments

Color spaces of #e755fa

RGB 23185250
HSL0.810.940.66
HSV293°66°98°
CMYK 0.080.660.00   0.02
XYZ53.458830.388193.4904
Yxy30.38810.30150.1714
Hunter Lab55.125476.6340-61.9656
CIE-Lab61.987776.5740-55.6313

#e755fa color RGB value is (231,85,250).

#e755fa hex color red value is 231, green value is 85 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e755fa hue: 0.81 , saturation: 0.94 and the lightness value of e755fa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010101 11111010
Octal 347 125 372
Decimal 231 85 250
Hex E7 55 FA

RGB Percentages of Color #e755fa

%40.81
%15.02
%44.17

CMYK Percentages of Color #e755fa

%8
%66
%0
%2

Triadic Colors of #e755fa

#e755fa #fae755 #55fae7

Analogous Colors of #e755fa

#e755fa #fa55bb #9555fa

Monochromatic Colors of #e755fa

#e755fa

Complementary Color

#e755fa #68fa55

#e755fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e755fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e755fa Color CSS Codes

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

#e755fa Text Font Color

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

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


#e755fa Background Color

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

This div background color is #e755fa


#e755fa Border Color

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

This div border color is #e755fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,85,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e755fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e755fa


Comments

No comments written yet.

Please login to write comment.