Color Hex Logo

#e96cdd Color Hex

#E96CDD
(233,108,221)
0 Favorites   0 Comments

Color spaces of #e96cdd

RGB 233108221
HSL0.850.740.67
HSV306°54°91°
CMYK 0.000.540.05   0.09
XYZ52.018033.269272.0866
Yxy33.26920.33050.2114
Hunter Lab57.679560.0405-33.7238
CIE-Lab64.378362.5278-35.7291

#e96cdd color RGB value is (233,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11011101
Octal 351 154 335
Decimal 233 108 221
Hex E9 6C DD

RGB Percentages of Color #e96cdd

%41.46
%19.22
%39.32

CMYK Percentages of Color #e96cdd

%0
%54
%5
%9

Triadic Colors of #e96cdd

#e96cdd #dde96c #6cdde9

Analogous Colors of #e96cdd

#e96cdd #e96c9f #b76ce9

Monochromatic Colors of #e96cdd

#e96cdd

Complementary Color

#e96cdd #6ce978

#e96cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96cdd Color CSS Codes

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

#e96cdd Text Font Color

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

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


#e96cdd Background Color

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

This div background color is #e96cdd


#e96cdd Border Color

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

This div border color is #e96cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96cdd


Comments

No comments written yet.

Please login to write comment.