Color Hex Logo

#95519b Color Hex

#95519B
(149,81,155)
0 Favorites   0 Comments

Color spaces of #95519b

RGB 14981155
HSL0.820.310.46
HSV295°48°61°
CMYK 0.040.480.00   0.39
XYZ21.253314.641032.7162
Yxy14.64100.30980.2134
Hunter Lab38.263632.1857-23.9098
CIE-Lab45.138539.9537-28.5454

#95519b color RGB value is (149,81,155).

#95519b hex color red value is 149, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #95519b hue: 0.82 , saturation: 0.31 and the lightness value of 95519b is 0.46.

The process color (four color CMYK) of #95519b color hex is 0.04, 0.48, 0.00, 0.39. Web safe color of #95519b is #996699. Color #95519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10011011
Octal 225 121 233
Decimal 149 81 155
Hex 95 51 9B

RGB Percentages of Color #95519b

%38.70
%21.04
%40.26

CMYK Percentages of Color #95519b

%4
%48
%0
%39

Triadic Colors of #95519b

#95519b #9b9551 #519b95

Analogous Colors of #95519b

#95519b #9b517c #70519b

Monochromatic Colors of #95519b

#95519b

Complementary Color

#95519b #579b51

#95519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95519b Color CSS Codes

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

#95519b Text Font Color

<p style="color:#95519b">Text here</p>

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


#95519b Background Color

<div style="background-color:#95519b">
Div content here</div>

This div background color is #95519b


#95519b Border Color

<div style="border:3px solid #95519b">
Div here</div>

This div border color is #95519b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,81,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95519b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95519b;
  -webkit-box-shadow: 1px 1px 3px 2px #95519b;
  box-shadow:         1px 1px 3px 2px #95519b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95519b


Comments

No comments written yet.

Please login to write comment.