Color Hex Logo

#e750fe Color Hex

#E750FE
(231,80,254)
0 Favorites   0 Comments

Color spaces of #e750fe

RGB 23180254
HSL0.810.990.65
HSV292°69°100°
CMYK 0.090.690.00   0.00
XYZ53.713129.882096.7027
Yxy29.88200.29790.1657
Hunter Lab54.664479.7308-66.6203
CIE-Lab61.552379.1040-58.5347

#e750fe color RGB value is (231,80,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 11111110
Octal 347 120 376
Decimal 231 80 254
Hex E7 50 FE

RGB Percentages of Color #e750fe

%40.88
%14.16
%44.96

CMYK Percentages of Color #e750fe

%9
%69
%0
%0

Triadic Colors of #e750fe

#e750fe #fee750 #50fee7

Analogous Colors of #e750fe

#e750fe #fe50be #9050fe

Monochromatic Colors of #e750fe

#e750fe

Complementary Color

#e750fe #67fe50

#e750fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e750fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e750fe Color CSS Codes

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

#e750fe Text Font Color

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

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


#e750fe Background Color

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

This div background color is #e750fe


#e750fe Border Color

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

This div border color is #e750fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e750fe


Comments

No comments written yet.

Please login to write comment.