Color Hex Logo

#e756fe Color Hex

#E756FE
(231,86,254)
0 Favorites   0 Comments

Color spaces of #e756fe

RGB 23186254
HSL0.810.990.67
HSV292°66°100°
CMYK 0.090.660.00   0.00
XYZ54.172230.800396.8558
Yxy30.80030.29790.1694
Hunter Lab55.498077.1142-64.6250
CIE-Lab62.338776.8887-57.2802

#e756fe color RGB value is (231,86,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 11111110
Octal 347 126 376
Decimal 231 86 254
Hex E7 56 FE

RGB Percentages of Color #e756fe

%40.46
%15.06
%44.48

CMYK Percentages of Color #e756fe

%9
%66
%0
%0

Triadic Colors of #e756fe

#e756fe #fee756 #56fee7

Analogous Colors of #e756fe

#e756fe #fe56c1 #9356fe

Monochromatic Colors of #e756fe

#e756fe

Complementary Color

#e756fe #6dfe56

#e756fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e756fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e756fe Color CSS Codes

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

#e756fe Text Font Color

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

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


#e756fe Background Color

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

This div background color is #e756fe


#e756fe Border Color

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

This div border color is #e756fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e756fe


Comments

No comments written yet.

Please login to write comment.