Color Hex Logo

#95586c Color Hex

#95586C
(149,88,108)
0 Favorites   0 Comments

Color spaces of #95586c

RGB 14988108
HSL0.950.260.46
HSV340°41°58°
CMYK 0.000.410.28   0.42
XYZ18.590914.451715.9970
Yxy14.45170.37910.2947
Hunter Lab38.015420.76601.6613
CIE-Lab44.873927.8526-0.5783

#95586c color RGB value is (149,88,108).

#95586c hex color red value is 149, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #95586c hue: 0.95 , saturation: 0.26 and the lightness value of 95586c is 0.46.

The process color (four color CMYK) of #95586c color hex is 0.00, 0.41, 0.28, 0.42. Web safe color of #95586c is #996666. Color #95586c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 01101100
Octal 225 130 154
Decimal 149 88 108
Hex 95 58 6C

RGB Percentages of Color #95586c

%43.19
%25.51
%31.30

CMYK Percentages of Color #95586c

%0
%41
%28
%42

Triadic Colors of #95586c

#95586c #6c9558 #586c95

Analogous Colors of #95586c

#95586c #956358 #95588b

Monochromatic Colors of #95586c

#95586c

Complementary Color

#95586c #589581

#95586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95586c Color CSS Codes

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

#95586c Text Font Color

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

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


#95586c Background Color

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

This div background color is #95586c


#95586c Border Color

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

This div border color is #95586c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95586c


Comments

No comments written yet.

Please login to write comment.