Color Hex Logo

#95139b Color Hex

#95139B
(149,19,155)
0 Favorites   0 Comments

Color spaces of #95139b

RGB 14919155
HSL0.830.780.34
HSV297°88°61°
CMYK 0.040.880.00   0.39
XYZ18.54379.221931.8130
Yxy9.22190.31120.1548
Hunter Lab30.367655.8562-40.8547
CIE-Lab36.408164.0974-42.3537

#95139b color RGB value is (149,19,155).

#95139b hex color red value is 149, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #95139b hue: 0.83 , saturation: 0.78 and the lightness value of 95139b is 0.34.

The process color (four color CMYK) of #95139b color hex is 0.04, 0.88, 0.00, 0.39. Web safe color of #95139b is #990099. Color #95139b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010011 10011011
Octal 225 23 233
Decimal 149 19 155
Hex 95 13 9B

RGB Percentages of Color #95139b

%46.13
%5.88
%47.99

CMYK Percentages of Color #95139b

%4
%88
%0
%39

Triadic Colors of #95139b

#95139b #9b9513 #139b95

Analogous Colors of #95139b

#95139b #9b135d #51139b

Monochromatic Colors of #95139b

#95139b

Complementary Color

#95139b #199b13

#95139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95139b Color CSS Codes

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

#95139b Text Font Color

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

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


#95139b Background Color

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

This div background color is #95139b


#95139b Border Color

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

This div border color is #95139b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,19,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 #95139b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95139b


Comments

No comments written yet.

Please login to write comment.