Color Hex Logo

#95519d Color Hex

#95519D
(149,81,157)
0 Favorites   0 Comments

Color spaces of #95519d

RGB 14981157
HSL0.820.320.47
HSV294°48°62°
CMYK 0.050.480.00   0.38
XYZ21.422714.708733.6083
Yxy14.70870.30720.2109
Hunter Lab38.351932.5911-25.1103
CIE-Lab45.232640.3523-29.5898

#95519d color RGB value is (149,81,157).

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

The process color (four color CMYK) of #95519d color hex is 0.05, 0.48, 0.00, 0.38. Web safe color of #95519d is #996699. Color #95519d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10011101
Octal 225 121 235
Decimal 149 81 157
Hex 95 51 9D

RGB Percentages of Color #95519d

%38.50
%20.93
%40.57

CMYK Percentages of Color #95519d

%5
%48
%0
%38

Triadic Colors of #95519d

#95519d #9d9551 #519d95

Analogous Colors of #95519d

#95519d #9d517f #6f519d

Monochromatic Colors of #95519d

#95519d

Complementary Color

#95519d #599d51

#95519d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95519d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95519d Color CSS Codes

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

#95519d Text Font Color

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

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


#95519d Background Color

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

This div background color is #95519d


#95519d Border Color

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

This div border color is #95519d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95519d


Comments

No comments written yet.

Please login to write comment.