Color Hex Logo

#e96ded Color Hex

#E96DED
(233,109,237)
0 Favorites   0 Comments

Color spaces of #e96ded

RGB 233109237
HSL0.830.780.68
HSV298°54°93°
CMYK 0.020.540.00   0.07
XYZ54.359034.375383.8908
Yxy34.37530.31490.1991
Hunter Lab58.630562.8923-43.7932
CIE-Lab65.259464.7755-43.2478

#e96ded color RGB value is (233,109,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101101 11101101
Octal 351 155 355
Decimal 233 109 237
Hex E9 6D ED

RGB Percentages of Color #e96ded

%40.24
%18.83
%40.93

CMYK Percentages of Color #e96ded

%2
%54
%0
%7

Triadic Colors of #e96ded

#e96ded #ede96d #6dede9

Analogous Colors of #e96ded

#e96ded #ed6db1 #a96ded

Monochromatic Colors of #e96ded

#e96ded

Complementary Color

#e96ded #71ed6d

#e96ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96ded Color CSS Codes

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

#e96ded Text Font Color

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

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


#e96ded Background Color

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

This div background color is #e96ded


#e96ded Border Color

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

This div border color is #e96ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96ded


Comments

No comments written yet.

Please login to write comment.