Color Hex Logo

#e75eea Color Hex

#E75EEA
(231,94,234)
0 Favorites   0 Comments

Color spaces of #e75eea

RGB 23194234
HSL0.830.770.64
HSV299°60°92°
CMYK 0.010.600.00   0.08
XYZ51.809030.934881.0823
Yxy30.93480.31620.1888
Hunter Lab55.619168.9389-47.5005
CIE-Lab62.452670.2799-46.0178

#e75eea color RGB value is (231,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011110 11101010
Octal 347 136 352
Decimal 231 94 234
Hex E7 5E EA

RGB Percentages of Color #e75eea

%41.32
%16.82
%41.86

CMYK Percentages of Color #e75eea

%1
%60
%0
%8

Triadic Colors of #e75eea

#e75eea #eae75e #5eeae7

Analogous Colors of #e75eea

#e75eea #ea5ea7 #a15eea

Monochromatic Colors of #e75eea

#e75eea

Complementary Color

#e75eea #61ea5e

#e75eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75eea Color CSS Codes

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

#e75eea Text Font Color

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

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


#e75eea Background Color

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

This div background color is #e75eea


#e75eea Border Color

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

This div border color is #e75eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75eea


Comments

No comments written yet.

Please login to write comment.