Color Hex Logo

#95197e Color Hex

#95197E
(149,25,126)
0 Favorites   0 Comments

Color spaces of #95197e

RGB 14925126
HSL0.860.710.34
HSV311°83°58°
CMYK 0.000.830.15   0.42
XYZ16.50808.591220.5269
Yxy8.59120.36180.1883
Hunter Lab29.310749.2385-21.0044
CIE-Lab35.185058.3437-26.4292

#95197e color RGB value is (149,25,126).

#95197e hex color red value is 149, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #95197e hue: 0.86 , saturation: 0.71 and the lightness value of 95197e is 0.34.

The process color (four color CMYK) of #95197e color hex is 0.00, 0.83, 0.15, 0.42. Web safe color of #95197e is #990066. Color #95197e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 01111110
Octal 225 31 176
Decimal 149 25 126
Hex 95 19 7E

RGB Percentages of Color #95197e

%49.67
%8.33
%42.00

CMYK Percentages of Color #95197e

%0
%83
%15
%42

Triadic Colors of #95197e

#95197e #7e9519 #197e95

Analogous Colors of #95197e

#95197e #951940 #6e1995

Monochromatic Colors of #95197e

#95197e

Complementary Color

#95197e #199530

#95197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95197e Color CSS Codes

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

#95197e Text Font Color

<p style="color:#95197e">Text here</p>

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


#95197e Background Color

<div style="background-color:#95197e">
Div content here</div>

This div background color is #95197e


#95197e Border Color

<div style="border:3px solid #95197e">
Div here</div>

This div border color is #95197e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,25,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95197e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95197e;
  -webkit-box-shadow: 1px 1px 3px 2px #95197e;
  box-shadow:         1px 1px 3px 2px #95197e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95197e


Comments

No comments written yet.

Please login to write comment.