Color Hex Logo

#e974aa Color Hex

#E974AA
(233,116,170)
0 Favorites   0 Comments

Color spaces of #e974aa

RGB 233116170
HSL0.920.730.68
HSV332°50°91°
CMYK 0.000.500.27   0.09
XYZ47.105432.716741.8624
Yxy32.71670.38710.2689
Hunter Lab57.198546.9049-3.3542
CIE-Lab63.930951.1535-7.6173

#e974aa color RGB value is (233,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110100 10101010
Octal 351 164 252
Decimal 233 116 170
Hex E9 74 AA

RGB Percentages of Color #e974aa

%44.89
%22.35
%32.76

CMYK Percentages of Color #e974aa

%0
%50
%27
%9

Triadic Colors of #e974aa

#e974aa #aae974 #74aae9

Analogous Colors of #e974aa

#e974aa #e97974 #e974e5

Monochromatic Colors of #e974aa

#e974aa

Complementary Color

#e974aa #74e9b3

#e974aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e974aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e974aa Color CSS Codes

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

#e974aa Text Font Color

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

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


#e974aa Background Color

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

This div background color is #e974aa


#e974aa Border Color

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

This div border color is #e974aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e974aa


Comments

No comments written yet.

Please login to write comment.