Color Hex Logo

#e973aa Color Hex

#E973AA
(233,115,170)
0 Favorites   0 Comments

Color spaces of #e973aa

RGB 233115170
HSL0.920.730.68
HSV332°51°91°
CMYK 0.000.510.27   0.09
XYZ46.990732.487441.8242
Yxy32.48740.38740.2678
Hunter Lab56.997747.4150-3.6078
CIE-Lab63.743751.6388-7.8957

#e973aa color RGB value is (233,115,170).

#e973aa hex color red value is 233, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e973aa hue: 0.92 , saturation: 0.73 and the lightness value of e973aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 10101010
Octal 351 163 252
Decimal 233 115 170
Hex E9 73 AA

RGB Percentages of Color #e973aa

%44.98
%22.20
%32.82

CMYK Percentages of Color #e973aa

%0
%51
%27
%9

Triadic Colors of #e973aa

#e973aa #aae973 #73aae9

Analogous Colors of #e973aa

#e973aa #e97773 #e973e5

Monochromatic Colors of #e973aa

#e973aa

Complementary Color

#e973aa #73e9b2

#e973aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973aa Color CSS Codes

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

#e973aa Text Font Color

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

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


#e973aa Background Color

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

This div background color is #e973aa


#e973aa Border Color

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

This div border color is #e973aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973aa


Comments

No comments written yet.

Please login to write comment.