Color Hex Logo

#e95aee Color Hex

#E95AEE
(233,90,238)
0 Favorites   0 Comments

Color spaces of #e95aee

RGB 23390238
HSL0.830.810.64
HSV298°62°93°
CMYK 0.020.620.00   0.07
XYZ52.693130.809084.0584
Yxy30.80900.31450.1839
Hunter Lab55.505972.3193-50.9350
CIE-Lab62.346173.0491-48.3928

#e95aee color RGB value is (233,90,238).

#e95aee hex color red value is 233, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e95aee hue: 0.83 , saturation: 0.81 and the lightness value of e95aee is 0.64.

The process color (four color CMYK) of #e95aee color hex is 0.02, 0.62, 0.00, 0.07. Web safe color of #e95aee is #ff66ff. Color #e95aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 11101110
Octal 351 132 356
Decimal 233 90 238
Hex E9 5A EE

RGB Percentages of Color #e95aee

%41.53
%16.04
%42.42

CMYK Percentages of Color #e95aee

%2
%62
%0
%7

Triadic Colors of #e95aee

#e95aee #eee95a #5aeee9

Analogous Colors of #e95aee

#e95aee #ee5aa9 #9f5aee

Monochromatic Colors of #e95aee

#e95aee

Complementary Color

#e95aee #5fee5a

#e95aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95aee Color CSS Codes

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

#e95aee Text Font Color

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

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


#e95aee Background Color

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

This div background color is #e95aee


#e95aee Border Color

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

This div border color is #e95aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95aee


Comments

No comments written yet.

Please login to write comment.