Color Hex Logo

#9e238a Color Hex

#9E238A
(158,35,138)
0 Favorites   0 Comments

Color spaces of #9e238a

RGB 15835138
HSL0.860.640.38
HSV310°78°62°
CMYK 0.000.780.13   0.38
XYZ19.289010.306125.0174
Yxy10.30610.35320.1887
Hunter Lab32.103151.0704-23.7315
CIE-Lab38.386359.4047-28.7271

#9e238a color RGB value is (158,35,138).

#9e238a hex color red value is 158, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9e238a hue: 0.86 , saturation: 0.64 and the lightness value of 9e238a is 0.38.

The process color (four color CMYK) of #9e238a color hex is 0.00, 0.78, 0.13, 0.38. Web safe color of #9e238a is #993399. Color #9e238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100011 10001010
Octal 236 43 212
Decimal 158 35 138
Hex 9E 23 8A

RGB Percentages of Color #9e238a

%47.73
%10.57
%41.69

CMYK Percentages of Color #9e238a

%0
%78
%13
%38

Triadic Colors of #9e238a

#9e238a #8a9e23 #238a9e

Analogous Colors of #9e238a

#9e238a #9e234d #75239e

Monochromatic Colors of #9e238a

#9e238a

Complementary Color

#9e238a #239e37

#9e238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e238a Color CSS Codes

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

#9e238a Text Font Color

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

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


#9e238a Background Color

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

This div background color is #9e238a


#9e238a Border Color

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

This div border color is #9e238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e238a


Comments

No comments written yet.

Please login to write comment.