Color Hex Logo

#95187c Color Hex

#95187C
(149,24,124)
0 Favorites   0 Comments

Color spaces of #95187c

RGB 14924124
HSL0.870.720.34
HSV312°84°58°
CMYK 0.000.840.17   0.42
XYZ16.35928.498119.8468
Yxy8.49810.36590.1901
Hunter Lab29.151549.1553-19.9595
CIE-Lab34.999458.3028-25.4683

#95187c color RGB value is (149,24,124).

#95187c hex color red value is 149, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #95187c hue: 0.87 , saturation: 0.72 and the lightness value of 95187c is 0.34.

The process color (four color CMYK) of #95187c color hex is 0.00, 0.84, 0.17, 0.42. Web safe color of #95187c is #990066. Color #95187c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011000 01111100
Octal 225 30 174
Decimal 149 24 124
Hex 95 18 7C

RGB Percentages of Color #95187c

%50.17
%8.08
%41.75

CMYK Percentages of Color #95187c

%0
%84
%17
%42

Triadic Colors of #95187c

#95187c #7c9518 #187c95

Analogous Colors of #95187c

#95187c #95183e #701895

Monochromatic Colors of #95187c

#95187c

Complementary Color

#95187c #189531

#95187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95187c Color CSS Codes

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

#95187c Text Font Color

<p style="color:#95187c">Text here</p>

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


#95187c Background Color

<div style="background-color:#95187c">
Div content here</div>

This div background color is #95187c


#95187c Border Color

<div style="border:3px solid #95187c">
Div here</div>

This div border color is #95187c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,24,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95187c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95187c;
  -webkit-box-shadow: 1px 1px 3px 2px #95187c;
  box-shadow:         1px 1px 3px 2px #95187c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95187c


Comments

No comments written yet.

Please login to write comment.