Color Hex Logo

#e961ad Color Hex

#E961AD
(233,97,173)
0 Favorites   0 Comments

Color spaces of #e961ad

RGB 23397173
HSL0.910.760.65
HSV326°58°91°
CMYK 0.000.580.26   0.09
XYZ45.421828.890242.7175
Yxy28.89020.38810.2469
Hunter Lab53.749656.7819-9.4960
CIE-Lab60.684660.3746-14.1978

#e961ad color RGB value is (233,97,173).

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

The process color (four color CMYK) of #e961ad color hex is 0.00, 0.58, 0.26, 0.09. Web safe color of #e961ad is #ff6699. Color #e961ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100001 10101101
Octal 351 141 255
Decimal 233 97 173
Hex E9 61 AD

RGB Percentages of Color #e961ad

%46.32
%19.28
%34.39

CMYK Percentages of Color #e961ad

%0
%58
%26
%9

Triadic Colors of #e961ad

#e961ad #ade961 #61ade9

Analogous Colors of #e961ad

#e961ad #e96169 #e161e9

Monochromatic Colors of #e961ad

#e961ad

Complementary Color

#e961ad #61e99d

#e961ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e961ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e961ad Color CSS Codes

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

#e961ad Text Font Color

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

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


#e961ad Background Color

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

This div background color is #e961ad


#e961ad Border Color

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

This div border color is #e961ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e961ad


Comments

No comments written yet.

Please login to write comment.