Color Hex Logo

#9e193d Color Hex

#9E193D
(158,25,61)
0 Favorites   0 Comments

Color spaces of #9e193d

RGB 1582561
HSL0.950.730.36
HSV344°84°62°
CMYK 0.000.840.61   0.38
XYZ15.29058.30135.2113
Yxy8.30130.53090.2882
Hunter Lab28.812044.30899.4444
CIE-Lab34.602753.819714.6311

#9e193d color RGB value is (158,25,61).

#9e193d hex color red value is 158, green value is 25 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9e193d hue: 0.95 , saturation: 0.73 and the lightness value of 9e193d is 0.36.

The process color (four color CMYK) of #9e193d color hex is 0.00, 0.84, 0.61, 0.38. Web safe color of #9e193d is #990033. Color #9e193d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00011001 00111101
Octal 236 31 75
Decimal 158 25 61
Hex 9E 19 3D

RGB Percentages of Color #9e193d

%64.75
%10.25
%25.00

CMYK Percentages of Color #9e193d

%0
%84
%61
%38

Triadic Colors of #9e193d

#9e193d #3d9e19 #193d9e

Analogous Colors of #9e193d

#9e193d #9e3719 #9e1980

Monochromatic Colors of #9e193d

#9e193d

Complementary Color

#9e193d #199e7a

#9e193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e193d Color CSS Codes

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

#9e193d Text Font Color

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

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


#9e193d Background Color

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

This div background color is #9e193d


#9e193d Border Color

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

This div border color is #9e193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e193d


Comments

No comments written yet.

Please login to write comment.