Color Hex Logo

#95139d Color Hex

#95139D
(149,19,157)
0 Favorites   0 Comments

Color spaces of #95139d

RGB 14919157
HSL0.820.780.35
HSV297°88°62°
CMYK 0.050.880.00   0.38
XYZ18.71319.289632.7051
Yxy9.28960.30820.1530
Hunter Lab30.478856.2557-42.2855
CIE-Lab36.536064.4263-43.3622

#95139d color RGB value is (149,19,157).

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

The process color (four color CMYK) of #95139d color hex is 0.05, 0.88, 0.00, 0.38. Web safe color of #95139d is #990099. Color #95139d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010011 10011101
Octal 225 23 235
Decimal 149 19 157
Hex 95 13 9D

RGB Percentages of Color #95139d

%45.85
%5.85
%48.31

CMYK Percentages of Color #95139d

%5
%88
%0
%38

Triadic Colors of #95139d

#95139d #9d9513 #139d95

Analogous Colors of #95139d

#95139d #9d1360 #50139d

Monochromatic Colors of #95139d

#95139d

Complementary Color

#95139d #1b9d13

#95139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95139d Color CSS Codes

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

#95139d Text Font Color

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

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


#95139d Background Color

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

This div background color is #95139d


#95139d Border Color

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

This div border color is #95139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95139d


Comments

No comments written yet.

Please login to write comment.