Color Hex Logo

#e9239a Color Hex

#E9239A
(233,35,154)
0 Favorites   0 Comments

Color spaces of #e9239a

RGB 23335154
HSL0.900.820.53
HSV324°85°91°
CMYK 0.000.850.34   0.09
XYZ40.038020.858832.4878
Yxy20.85880.42870.2234
Hunter Lab45.671476.5575-10.2052
CIE-Lab52.794678.2845-15.0328

#e9239a color RGB value is (233,35,154).

#e9239a hex color red value is 233, green value is 35 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e9239a hue: 0.90 , saturation: 0.82 and the lightness value of e9239a is 0.53.

The process color (four color CMYK) of #e9239a color hex is 0.00, 0.85, 0.34, 0.09. Web safe color of #e9239a is #ff3399. Color #e9239a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100011 10011010
Octal 351 43 232
Decimal 233 35 154
Hex E9 23 9A

RGB Percentages of Color #e9239a

%55.21
%8.29
%36.49

CMYK Percentages of Color #e9239a

%0
%85
%34
%9

Triadic Colors of #e9239a

#e9239a #9ae923 #239ae9

Analogous Colors of #e9239a

#e9239a #e92337 #d523e9

Monochromatic Colors of #e9239a

#e9239a

Complementary Color

#e9239a #23e972

#e9239a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9239a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9239a Color CSS Codes

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

#e9239a Text Font Color

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

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


#e9239a Background Color

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

This div background color is #e9239a


#e9239a Border Color

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

This div border color is #e9239a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9239a


Comments

No comments written yet.

Please login to write comment.