Color Hex Logo

#e961dc Color Hex

#E961DC
(233,97,220)
0 Favorites   0 Comments

Color spaces of #e961dc

RGB 23397220
HSL0.850.760.65
HSV306°58°91°
CMYK 0.000.580.06   0.09
XYZ50.797231.040371.0242
Yxy31.04030.33230.2031
Hunter Lab55.713865.2486-36.5834
CIE-Lab62.541667.2196-38.0352

#e961dc color RGB value is (233,97,220).

#e961dc hex color red value is 233, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e961dc hue: 0.85 , saturation: 0.76 and the lightness value of e961dc is 0.65.

The process color (four color CMYK) of #e961dc color hex is 0.00, 0.58, 0.06, 0.09. Web safe color of #e961dc is #ff66cc. Color #e961dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100001 11011100
Octal 351 141 334
Decimal 233 97 220
Hex E9 61 DC

RGB Percentages of Color #e961dc

%42.36
%17.64
%40.00

CMYK Percentages of Color #e961dc

%0
%58
%6
%9

Triadic Colors of #e961dc

#e961dc #dce961 #61dce9

Analogous Colors of #e961dc

#e961dc #e96198 #b261e9

Monochromatic Colors of #e961dc

#e961dc

Complementary Color

#e961dc #61e96e

#e961dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e961dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e961dc Color CSS Codes

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

#e961dc Text Font Color

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

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


#e961dc Background Color

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

This div background color is #e961dc


#e961dc Border Color

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

This div border color is #e961dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e961dc


Comments

No comments written yet.

Please login to write comment.