Color Hex Logo

#95809b Color Hex

#95809B
(149,128,155)
0 Favorites   0 Comments

Color spaces of #95809b

RGB 149128155
HSL0.800.120.55
HSV287°17°61°
CMYK 0.040.170.00   0.39
XYZ26.030024.194534.3084
Yxy24.19450.30790.2862
Hunter Lab49.18798.3825-6.9230
CIE-Lab56.282013.1393-11.4713

#95809b color RGB value is (149,128,155).

#95809b hex color red value is 149, green value is 128 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #95809b hue: 0.80 , saturation: 0.12 and the lightness value of 95809b is 0.55.

The process color (four color CMYK) of #95809b color hex is 0.04, 0.17, 0.00, 0.39. Web safe color of #95809b is #999999. Color #95809b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000000 10011011
Octal 225 200 233
Decimal 149 128 155
Hex 95 80 9B

RGB Percentages of Color #95809b

%34.49
%29.63
%35.88

CMYK Percentages of Color #95809b

%4
%17
%0
%39

Triadic Colors of #95809b

#95809b #9b9580 #809b95

Analogous Colors of #95809b

#95809b #9b8094 #88809b

Monochromatic Colors of #95809b

#95809b

Complementary Color

#95809b #869b80

#95809b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95809b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95809b Color CSS Codes

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

#95809b Text Font Color

<p style="color:#95809b">Text here</p>

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


#95809b Background Color

<div style="background-color:#95809b">
Div content here</div>

This div background color is #95809b


#95809b Border Color

<div style="border:3px solid #95809b">
Div here</div>

This div border color is #95809b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,128,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95809b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95809b;
  -webkit-box-shadow: 1px 1px 3px 2px #95809b;
  box-shadow:         1px 1px 3px 2px #95809b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95809b


Comments

No comments written yet.

Please login to write comment.