Color Hex Logo

#95157a Color Hex

#95157A
(149,21,122)
0 Favorites   0 Comments

Color spaces of #95157a

RGB 14921122
HSL0.870.750.33
HSV313°86°58°
CMYK 0.000.860.18   0.42
XYZ16.17548.331019.1679
Yxy8.33100.37040.1908
Hunter Lab28.863549.5222-19.1694
CIE-Lab34.662958.7076-24.7404

#95157a color RGB value is (149,21,122).

#95157a hex color red value is 149, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #95157a hue: 0.87 , saturation: 0.75 and the lightness value of 95157a is 0.33.

The process color (four color CMYK) of #95157a color hex is 0.00, 0.86, 0.18, 0.42. Web safe color of #95157a is #990066. Color #95157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010101 01111010
Octal 225 25 172
Decimal 149 21 122
Hex 95 15 7A

RGB Percentages of Color #95157a

%51.03
%7.19
%41.78

CMYK Percentages of Color #95157a

%0
%86
%18
%42

Triadic Colors of #95157a

#95157a #7a9515 #157a95

Analogous Colors of #95157a

#95157a #95153a #701595

Monochromatic Colors of #95157a

#95157a

Complementary Color

#95157a #159530

#95157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95157a Color CSS Codes

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

#95157a Text Font Color

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

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


#95157a Background Color

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

This div background color is #95157a


#95157a Border Color

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

This div border color is #95157a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,21,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95157a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95157a;
  -webkit-box-shadow: 1px 1px 3px 2px #95157a;
  box-shadow:         1px 1px 3px 2px #95157a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,21,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95157a


Comments

No comments written yet.

Please login to write comment.