Color Hex Logo

#9e225e Color Hex

#9E225E
(158,34,94)
0 Favorites   0 Comments

Color spaces of #9e225e

RGB 1583494
HSL0.920.650.38
HSV331°78°62°
CMYK 0.000.780.41   0.38
XYZ16.69309.221311.4897
Yxy9.22130.44630.2465
Hunter Lab30.366644.9828-1.1767
CIE-Lab36.406954.1149-4.1536

#9e225e color RGB value is (158,34,94).

#9e225e hex color red value is 158, green value is 34 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9e225e hue: 0.92 , saturation: 0.65 and the lightness value of 9e225e is 0.38.

The process color (four color CMYK) of #9e225e color hex is 0.00, 0.78, 0.41, 0.38. Web safe color of #9e225e is #993366. Color #9e225e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100010 01011110
Octal 236 42 136
Decimal 158 34 94
Hex 9E 22 5E

RGB Percentages of Color #9e225e

%55.24
%11.89
%32.87

CMYK Percentages of Color #9e225e

%0
%78
%41
%38

Triadic Colors of #9e225e

#9e225e #5e9e22 #225e9e

Analogous Colors of #9e225e

#9e225e #9e2422 #9e229c

Monochromatic Colors of #9e225e

#9e225e

Complementary Color

#9e225e #229e62

#9e225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e225e Color CSS Codes

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

#9e225e Text Font Color

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

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


#9e225e Background Color

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

This div background color is #9e225e


#9e225e Border Color

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

This div border color is #9e225e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,34,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e225e


Comments

No comments written yet.

Please login to write comment.