Color Hex Logo

#9d319a Color Hex

#9D319A
(157,49,154)
0 Favorites   0 Comments

Color spaces of #9d319a

RGB 15749154
HSL0.840.520.40
HSV302°69°62°
CMYK 0.000.690.02   0.38
XYZ20.835711.697831.7316
Yxy11.69780.32420.1820
Hunter Lab34.202048.8876-31.0660
CIE-Lab40.731756.9476-34.7858

#9d319a color RGB value is (157,49,154).

#9d319a hex color red value is 157, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9d319a hue: 0.84 , saturation: 0.52 and the lightness value of 9d319a is 0.40.

The process color (four color CMYK) of #9d319a color hex is 0.00, 0.69, 0.02, 0.38. Web safe color of #9d319a is #993399. Color #9d319a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110001 10011010
Octal 235 61 232
Decimal 157 49 154
Hex 9D 31 9A

RGB Percentages of Color #9d319a

%43.61
%13.61
%42.78

CMYK Percentages of Color #9d319a

%0
%69
%2
%38

Triadic Colors of #9d319a

#9d319a #9a9d31 #319a9d

Analogous Colors of #9d319a

#9d319a #9d3164 #6a319d

Monochromatic Colors of #9d319a

#9d319a

Complementary Color

#9d319a #319d34

#9d319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d319a Color CSS Codes

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

#9d319a Text Font Color

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

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


#9d319a Background Color

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

This div background color is #9d319a


#9d319a Border Color

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

This div border color is #9d319a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,49,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d319a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d319a;
  -webkit-box-shadow: 1px 1px 3px 2px #9d319a;
  box-shadow:         1px 1px 3px 2px #9d319a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d319a


Comments

No comments written yet.

Please login to write comment.