Color Hex Logo

#e75afe Color Hex

#E75AFE
(231,90,254)
0 Favorites   0 Comments

Color spaces of #e75afe

RGB 23190254
HSL0.810.990.67
HSV292°65°100°
CMYK 0.090.650.00   0.00
XYZ54.500631.457096.9652
Yxy31.45700.29790.1720
Hunter Lab56.086575.3012-63.2429
CIE-Lab62.891575.3418-56.3994

#e75afe color RGB value is (231,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011010 11111110
Octal 347 132 376
Decimal 231 90 254
Hex E7 5A FE

RGB Percentages of Color #e75afe

%40.17
%15.65
%44.17

CMYK Percentages of Color #e75afe

%9
%65
%0
%0

Triadic Colors of #e75afe

#e75afe #fee75a #5afee7

Analogous Colors of #e75afe

#e75afe #fe5ac3 #955afe

Monochromatic Colors of #e75afe

#e75afe

Complementary Color

#e75afe #71fe5a

#e75afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75afe Color CSS Codes

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

#e75afe Text Font Color

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

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


#e75afe Background Color

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

This div background color is #e75afe


#e75afe Border Color

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

This div border color is #e75afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75afe


Comments

No comments written yet.

Please login to write comment.