Color Hex Logo

#95155f Color Hex

#95155F
(149,21,95)
0 Favorites   0 Comments

Color spaces of #95155f

RGB 1492195
HSL0.900.750.33
HSV325°86°58°
CMYK 0.000.860.36   0.42
XYZ14.72817.752111.5465
Yxy7.75210.43280.2278
Hunter Lab27.842645.6979-5.0981
CIE-Lab33.461255.3641-9.3880

#95155f color RGB value is (149,21,95).

#95155f hex color red value is 149, green value is 21 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #95155f hue: 0.90 , saturation: 0.75 and the lightness value of 95155f is 0.33.

The process color (four color CMYK) of #95155f color hex is 0.00, 0.86, 0.36, 0.42. Web safe color of #95155f is #990066. Color #95155f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010101 01011111
Octal 225 25 137
Decimal 149 21 95
Hex 95 15 5F

RGB Percentages of Color #95155f

%56.23
%7.92
%35.85

CMYK Percentages of Color #95155f

%0
%86
%36
%42

Triadic Colors of #95155f

#95155f #5f9515 #155f95

Analogous Colors of #95155f

#95155f #95151f #8b1595

Monochromatic Colors of #95155f

#95155f

Complementary Color

#95155f #15954b

#95155f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95155f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95155f Color CSS Codes

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

#95155f Text Font Color

<p style="color:#95155f">Text here</p>

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


#95155f Background Color

<div style="background-color:#95155f">
Div content here</div>

This div background color is #95155f


#95155f Border Color

<div style="border:3px solid #95155f">
Div here</div>

This div border color is #95155f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,21,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95155f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95155f;
  -webkit-box-shadow: 1px 1px 3px 2px #95155f;
  box-shadow:         1px 1px 3px 2px #95155f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95155f


Comments

No comments written yet.

Please login to write comment.