Color Hex Logo

#e750ea Color Hex

#E750EA
(231,80,234)
0 Favorites   0 Comments

Color spaces of #e750ea

RGB 23180234
HSL0.830.790.62
HSV299°66°92°
CMYK 0.010.660.00   0.08
XYZ50.674928.666880.7043
Yxy28.66680.31660.1791
Hunter Lab53.541475.2461-51.8904
CIE-Lab60.486475.7524-49.1256

#e750ea color RGB value is (231,80,234).

#e750ea hex color red value is 231, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e750ea hue: 0.83 , saturation: 0.79 and the lightness value of e750ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 11101010
Octal 347 120 352
Decimal 231 80 234
Hex E7 50 EA

RGB Percentages of Color #e750ea

%42.39
%14.68
%42.94

CMYK Percentages of Color #e750ea

%1
%66
%0
%8

Triadic Colors of #e750ea

#e750ea #eae750 #50eae7

Analogous Colors of #e750ea

#e750ea #ea50a0 #9a50ea

Monochromatic Colors of #e750ea

#e750ea

Complementary Color

#e750ea #53ea50

#e750ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e750ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e750ea Color CSS Codes

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

#e750ea Text Font Color

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

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


#e750ea Background Color

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

This div background color is #e750ea


#e750ea Border Color

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

This div border color is #e750ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e750ea


Comments

No comments written yet.

Please login to write comment.