Color Hex Logo

#e95eeb Color Hex

#E95EEB
(233,94,235)
0 Favorites   0 Comments

Color spaces of #e95eeb

RGB 23394235
HSL0.830.780.65
HSV299°60°92°
CMYK 0.010.600.00   0.08
XYZ52.602431.327281.8716
Yxy31.32720.31730.1889
Hunter Lab55.970769.8092-47.5474
CIE-Lab62.782970.9305-46.0347

#e95eeb color RGB value is (233,94,235).

#e95eeb hex color red value is 233, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e95eeb hue: 0.83 , saturation: 0.78 and the lightness value of e95eeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011110 11101011
Octal 351 136 353
Decimal 233 94 235
Hex E9 5E EB

RGB Percentages of Color #e95eeb

%41.46
%16.73
%41.81

CMYK Percentages of Color #e95eeb

%1
%60
%0
%8

Triadic Colors of #e95eeb

#e95eeb #ebe95e #5eebe9

Analogous Colors of #e95eeb

#e95eeb #eb5ea7 #a35eeb

Monochromatic Colors of #e95eeb

#e95eeb

Complementary Color

#e95eeb #60eb5e

#e95eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95eeb Color CSS Codes

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

#e95eeb Text Font Color

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

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


#e95eeb Background Color

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

This div background color is #e95eeb


#e95eeb Border Color

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

This div border color is #e95eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95eeb


Comments

No comments written yet.

Please login to write comment.