Color Hex Logo

#e938aa Color Hex

#E938AA
(233,56,170)
0 Favorites   0 Comments

Color spaces of #e938aa

RGB 23356170
HSL0.890.800.57
HSV321°76°91°
CMYK 0.000.760.27   0.09
XYZ42.274123.054340.2520
Yxy23.05430.40040.2184
Hunter Lab48.014973.1320-16.0938
CIE-Lab55.128275.0775-20.9050

#e938aa color RGB value is (233,56,170).

#e938aa hex color red value is 233, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e938aa hue: 0.89 , saturation: 0.80 and the lightness value of e938aa is 0.57.

The process color (four color CMYK) of #e938aa color hex is 0.00, 0.76, 0.27, 0.09. Web safe color of #e938aa is #ff3399. Color #e938aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111000 10101010
Octal 351 70 252
Decimal 233 56 170
Hex E9 38 AA

RGB Percentages of Color #e938aa

%50.76
%12.20
%37.04

CMYK Percentages of Color #e938aa

%0
%76
%27
%9

Triadic Colors of #e938aa

#e938aa #aae938 #38aae9

Analogous Colors of #e938aa

#e938aa #e93852 #d038e9

Monochromatic Colors of #e938aa

#e938aa

Complementary Color

#e938aa #38e977

#e938aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e938aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e938aa Color CSS Codes

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

#e938aa Text Font Color

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

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


#e938aa Background Color

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

This div background color is #e938aa


#e938aa Border Color

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

This div border color is #e938aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e938aa


Comments

No comments written yet.

Please login to write comment.