Color Hex Logo

#e75aef Color Hex

#E75AEF
(231,90,239)
0 Favorites   0 Comments

Color spaces of #e75aef

RGB 23190239
HSL0.820.820.65
HSV297°62°94°
CMYK 0.030.620.00   0.06
XYZ52.191130.533284.8041
Yxy30.53320.31150.1823
Hunter Lab55.256971.8970-52.3141
CIE-Lab62.111672.7513-49.3380

#e75aef color RGB value is (231,90,239).

#e75aef hex color red value is 231, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e75aef hue: 0.82 , saturation: 0.82 and the lightness value of e75aef is 0.65.

The process color (four color CMYK) of #e75aef color hex is 0.03, 0.62, 0.00, 0.06. Web safe color of #e75aef is #ff66ff. Color #e75aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011010 11101111
Octal 347 132 357
Decimal 231 90 239
Hex E7 5A EF

RGB Percentages of Color #e75aef

%41.25
%16.07
%42.68

CMYK Percentages of Color #e75aef

%3
%62
%0
%6

Triadic Colors of #e75aef

#e75aef #efe75a #5aefe7

Analogous Colors of #e75aef

#e75aef #ef5aad #9d5aef

Monochromatic Colors of #e75aef

#e75aef

Complementary Color

#e75aef #62ef5a

#e75aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75aef Color CSS Codes

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

#e75aef Text Font Color

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

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


#e75aef Background Color

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

This div background color is #e75aef


#e75aef Border Color

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

This div border color is #e75aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75aef


Comments

No comments written yet.

Please login to write comment.