Color Hex Logo

#e96bdd Color Hex

#E96BDD
(233,107,221)
0 Favorites   0 Comments

Color spaces of #e96bdd

RGB 233107221
HSL0.850.740.67
HSV306°54°91°
CMYK 0.000.540.05   0.09
XYZ51.913133.059572.0516
Yxy33.05950.33060.2105
Hunter Lab57.497460.5432-34.0498
CIE-Lab64.209162.9822-35.9927

#e96bdd color RGB value is (233,107,221).

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

The process color (four color CMYK) of #e96bdd color hex is 0.00, 0.54, 0.05, 0.09. Web safe color of #e96bdd is #ff66cc. Color #e96bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101011 11011101
Octal 351 153 335
Decimal 233 107 221
Hex E9 6B DD

RGB Percentages of Color #e96bdd

%41.53
%19.07
%39.39

CMYK Percentages of Color #e96bdd

%0
%54
%5
%9

Triadic Colors of #e96bdd

#e96bdd #dde96b #6bdde9

Analogous Colors of #e96bdd

#e96bdd #e96b9e #b66be9

Monochromatic Colors of #e96bdd

#e96bdd

Complementary Color

#e96bdd #6be977

#e96bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96bdd Color CSS Codes

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

#e96bdd Text Font Color

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

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


#e96bdd Background Color

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

This div background color is #e96bdd


#e96bdd Border Color

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

This div border color is #e96bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96bdd


Comments

No comments written yet.

Please login to write comment.