Color Hex Logo

#e96dbe Color Hex

#E96DBE
(233,109,190)
0 Favorites   0 Comments

Color spaces of #e96dbe

RGB 233109190
HSL0.890.740.67
HSV321°53°91°
CMYK 0.000.530.18   0.09
XYZ48.367231.978652.3385
Yxy31.97860.36450.2410
Hunter Lab56.549653.7102-15.2901
CIE-Lab63.325257.2660-19.9017

#e96dbe color RGB value is (233,109,190).

#e96dbe hex color red value is 233, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e96dbe hue: 0.89 , saturation: 0.74 and the lightness value of e96dbe is 0.67.

The process color (four color CMYK) of #e96dbe color hex is 0.00, 0.53, 0.18, 0.09. Web safe color of #e96dbe is #ff66cc. Color #e96dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101101 10111110
Octal 351 155 276
Decimal 233 109 190
Hex E9 6D BE

RGB Percentages of Color #e96dbe

%43.80
%20.49
%35.71

CMYK Percentages of Color #e96dbe

%0
%53
%18
%9

Triadic Colors of #e96dbe

#e96dbe #bee96d #6dbee9

Analogous Colors of #e96dbe

#e96dbe #e96d80 #d66de9

Monochromatic Colors of #e96dbe

#e96dbe

Complementary Color

#e96dbe #6de998

#e96dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96dbe Color CSS Codes

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

#e96dbe Text Font Color

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

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


#e96dbe Background Color

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

This div background color is #e96dbe


#e96dbe Border Color

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

This div border color is #e96dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96dbe


Comments

No comments written yet.

Please login to write comment.