Color Hex Logo

#e96fdd Color Hex

#E96FDD
(233,111,221)
0 Favorites   0 Comments

Color spaces of #e96fdd

RGB 233111221
HSL0.850.730.67
HSV306°52°91°
CMYK 0.000.520.05   0.09
XYZ52.339933.913072.1939
Yxy33.91300.33030.2140
Hunter Lab58.234958.5199-32.7375
CIE-Lab64.893561.1492-34.9273

#e96fdd color RGB value is (233,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101111 11011101
Octal 351 157 335
Decimal 233 111 221
Hex E9 6F DD

RGB Percentages of Color #e96fdd

%41.24
%19.65
%39.12

CMYK Percentages of Color #e96fdd

%0
%52
%5
%9

Triadic Colors of #e96fdd

#e96fdd #dde96f #6fdde9

Analogous Colors of #e96fdd

#e96fdd #e96fa0 #b86fe9

Monochromatic Colors of #e96fdd

#e96fdd

Complementary Color

#e96fdd #6fe97b

#e96fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96fdd Color CSS Codes

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

#e96fdd Text Font Color

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

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


#e96fdd Background Color

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

This div background color is #e96fdd


#e96fdd Border Color

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

This div border color is #e96fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96fdd


Comments

No comments written yet.

Please login to write comment.