Color Hex Logo

#e93bad Color Hex

#E93BAD
(233,59,173)
0 Favorites   0 Comments

Color spaces of #e93bad

RGB 23359173
HSL0.890.800.57
HSV321°75°91°
CMYK 0.000.750.26   0.09
XYZ42.711123.468741.8140
Yxy23.46870.39550.2173
Hunter Lab48.444572.5967-17.2639
CIE-Lab55.551974.5621-22.0077

#e93bad color RGB value is (233,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111011 10101101
Octal 351 73 255
Decimal 233 59 173
Hex E9 3B AD

RGB Percentages of Color #e93bad

%50.11
%12.69
%37.20

CMYK Percentages of Color #e93bad

%0
%75
%26
%9

Triadic Colors of #e93bad

#e93bad #ade93b #3bade9

Analogous Colors of #e93bad

#e93bad #e93b56 #ce3be9

Monochromatic Colors of #e93bad

#e93bad

Complementary Color

#e93bad #3be977

#e93bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93bad Color CSS Codes

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

#e93bad Text Font Color

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

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


#e93bad Background Color

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

This div background color is #e93bad


#e93bad Border Color

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

This div border color is #e93bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93bad


Comments

No comments written yet.

Please login to write comment.