Color Hex Logo

#e9238a Color Hex

#E9238A
(233,35,138)
0 Favorites   0 Comments

Color spaces of #e9238a

RGB 23335138
HSL0.910.820.53
HSV329°85°91°
CMYK 0.000.850.41   0.09
XYZ38.792720.360725.9302
Yxy20.36070.45590.2393
Hunter Lab45.122874.4939-2.4855
CIE-Lab52.242676.7369-6.3090

#e9238a color RGB value is (233,35,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100011 10001010
Octal 351 43 212
Decimal 233 35 138
Hex E9 23 8A

RGB Percentages of Color #e9238a

%57.39
%8.62
%33.99

CMYK Percentages of Color #e9238a

%0
%85
%41
%9

Triadic Colors of #e9238a

#e9238a #8ae923 #238ae9

Analogous Colors of #e9238a

#e9238a #e92327 #e523e9

Monochromatic Colors of #e9238a

#e9238a

Complementary Color

#e9238a #23e982

#e9238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9238a Color CSS Codes

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

#e9238a Text Font Color

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

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


#e9238a Background Color

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

This div background color is #e9238a


#e9238a Border Color

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

This div border color is #e9238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9238a


Comments

No comments written yet.

Please login to write comment.