Color Hex Logo

#e93aa8 Color Hex

#E93AA8
(233,58,168)
0 Favorites   0 Comments

Color spaces of #e93aa8

RGB 23358168
HSL0.900.800.57
HSV322°75°91°
CMYK 0.000.750.28   0.09
XYZ42.185223.176939.2960
Yxy23.17690.40310.2215
Hunter Lab48.142472.1630-14.6955
CIE-Lab55.254174.2673-19.5425

#e93aa8 color RGB value is (233,58,168).

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

The process color (four color CMYK) of #e93aa8 color hex is 0.00, 0.75, 0.28, 0.09. Web safe color of #e93aa8 is #ff3399. Color #e93aa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101000
Octal 351 72 250
Decimal 233 58 168
Hex E9 3A A8

RGB Percentages of Color #e93aa8

%50.76
%12.64
%36.60

CMYK Percentages of Color #e93aa8

%0
%75
%28
%9

Triadic Colors of #e93aa8

#e93aa8 #a8e93a #3aa8e9

Analogous Colors of #e93aa8

#e93aa8 #e93a51 #d33ae9

Monochromatic Colors of #e93aa8

#e93aa8

Complementary Color

#e93aa8 #3ae97b

#e93aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aa8 Color CSS Codes

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

#e93aa8 Text Font Color

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

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


#e93aa8 Background Color

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

This div background color is #e93aa8


#e93aa8 Border Color

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

This div border color is #e93aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aa8


Comments

No comments written yet.

Please login to write comment.