Color Hex Logo

#e96eed Color Hex

#E96EED
(233,110,237)
0 Favorites   0 Comments

Color spaces of #e96eed

RGB 233110237
HSL0.830.780.68
HSV298°54°93°
CMYK 0.020.540.00   0.07
XYZ54.466334.589983.9266
Yxy34.58990.31490.2000
Hunter Lab58.813262.3840-43.4378
CIE-Lab65.428164.3211-42.9830

#e96eed color RGB value is (233,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101110 11101101
Octal 351 156 355
Decimal 233 110 237
Hex E9 6E ED

RGB Percentages of Color #e96eed

%40.17
%18.97
%40.86

CMYK Percentages of Color #e96eed

%2
%54
%0
%7

Triadic Colors of #e96eed

#e96eed #ede96e #6eede9

Analogous Colors of #e96eed

#e96eed #ed6eb2 #aa6eed

Monochromatic Colors of #e96eed

#e96eed

Complementary Color

#e96eed #72ed6e

#e96eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96eed Color CSS Codes

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

#e96eed Text Font Color

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

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


#e96eed Background Color

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

This div background color is #e96eed


#e96eed Border Color

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

This div border color is #e96eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96eed


Comments

No comments written yet.

Please login to write comment.