Color Hex Logo

#95505a Color Hex

#95505A
(149,80,90)
0 Favorites   0 Comments

Color spaces of #95505a

RGB 1498090
HSL0.980.300.45
HSV351°46°58°
CMYK 0.000.460.40   0.42
XYZ17.108612.865111.2543
Yxy12.86510.41500.3120
Hunter Lab35.868022.37356.5041
CIE-Lab42.559329.90097.1038

#95505a color RGB value is (149,80,90).

#95505a hex color red value is 149, green value is 80 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #95505a hue: 0.98 , saturation: 0.30 and the lightness value of 95505a is 0.45.

The process color (four color CMYK) of #95505a color hex is 0.00, 0.46, 0.40, 0.42. Web safe color of #95505a is #996666. Color #95505a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010000 01011010
Octal 225 120 132
Decimal 149 80 90
Hex 95 50 5A

RGB Percentages of Color #95505a

%46.71
%25.08
%28.21

CMYK Percentages of Color #95505a

%0
%46
%40
%42

Triadic Colors of #95505a

#95505a #5a9550 #505a95

Analogous Colors of #95505a

#95505a #956950 #95507d

Monochromatic Colors of #95505a

#95505a

Complementary Color

#95505a #50958b

#95505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95505a Color CSS Codes

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

#95505a Text Font Color

<p style="color:#95505a">Text here</p>

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


#95505a Background Color

<div style="background-color:#95505a">
Div content here</div>

This div background color is #95505a


#95505a Border Color

<div style="border:3px solid #95505a">
Div here</div>

This div border color is #95505a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,80,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95505a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95505a;
  -webkit-box-shadow: 1px 1px 3px 2px #95505a;
  box-shadow:         1px 1px 3px 2px #95505a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95505a


Comments

No comments written yet.

Please login to write comment.