Color Hex Logo

#e962aa Color Hex

#E962AA
(233,98,170)
0 Favorites   0 Comments

Color spaces of #e962aa

RGB 23398170
HSL0.910.750.65
HSV328°58°91°
CMYK 0.000.580.27   0.09
XYZ45.227728.961341.2365
Yxy28.96130.39180.2509
Hunter Lab53.815755.8372-7.7602
CIE-Lab60.747559.5460-12.3775

#e962aa color RGB value is (233,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100010 10101010
Octal 351 142 252
Decimal 233 98 170
Hex E9 62 AA

RGB Percentages of Color #e962aa

%46.51
%19.56
%33.93

CMYK Percentages of Color #e962aa

%0
%58
%27
%9

Triadic Colors of #e962aa

#e962aa #aae962 #62aae9

Analogous Colors of #e962aa

#e962aa #e96267 #e562e9

Monochromatic Colors of #e962aa

#e962aa

Complementary Color

#e962aa #62e9a1

#e962aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e962aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e962aa Color CSS Codes

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

#e962aa Text Font Color

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

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


#e962aa Background Color

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

This div background color is #e962aa


#e962aa Border Color

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

This div border color is #e962aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e962aa


Comments

No comments written yet.

Please login to write comment.