Color Hex Logo

#e75eef Color Hex

#E75EEF
(231,94,239)
0 Favorites   0 Comments

Color spaces of #e75eef

RGB 23194239
HSL0.820.820.65
HSV297°61°94°
CMYK 0.030.610.00   0.06
XYZ52.537731.226384.9196
Yxy31.22630.31150.1851
Hunter Lab55.880570.0312-50.9846
CIE-Lab62.698271.1271-48.4101

#e75eef color RGB value is (231,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011110 11101111
Octal 347 136 357
Decimal 231 94 239
Hex E7 5E EF

RGB Percentages of Color #e75eef

%40.96
%16.67
%42.38

CMYK Percentages of Color #e75eef

%3
%61
%0
%6

Triadic Colors of #e75eef

#e75eef #efe75e #5eefe7

Analogous Colors of #e75eef

#e75eef #ef5eaf #9f5eef

Monochromatic Colors of #e75eef

#e75eef

Complementary Color

#e75eef #66ef5e

#e75eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75eef Color CSS Codes

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

#e75eef Text Font Color

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

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


#e75eef Background Color

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

This div background color is #e75eef


#e75eef Border Color

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

This div border color is #e75eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75eef


Comments

No comments written yet.

Please login to write comment.