Color Hex Logo

#95659a Color Hex

#95659A
(149,101,154)
0 Favorites   0 Comments

Color spaces of #95659a

RGB 149101154
HSL0.820.210.50
HSV294°34°60°
CMYK 0.030.340.00   0.40
XYZ22.880818.030032.8460
Yxy18.03000.31020.2445
Hunter Lab42.461721.8779-16.1402
CIE-Lab49.532528.5710-21.1465

#95659a color RGB value is (149,101,154).

#95659a hex color red value is 149, green value is 101 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #95659a hue: 0.82 , saturation: 0.21 and the lightness value of 95659a is 0.50.

The process color (four color CMYK) of #95659a color hex is 0.03, 0.34, 0.00, 0.40. Web safe color of #95659a is #996699. Color #95659a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 10011010
Octal 225 145 232
Decimal 149 101 154
Hex 95 65 9A

RGB Percentages of Color #95659a

%36.88
%25.00
%38.12

CMYK Percentages of Color #95659a

%3
%34
%0
%40

Triadic Colors of #95659a

#95659a #9a9565 #659a95

Analogous Colors of #95659a

#95659a #9a6585 #7b659a

Monochromatic Colors of #95659a

#95659a

Complementary Color

#95659a #6a9a65

#95659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95659a Color CSS Codes

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

#95659a Text Font Color

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

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


#95659a Background Color

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

This div background color is #95659a


#95659a Border Color

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

This div border color is #95659a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95659a


Comments

No comments written yet.

Please login to write comment.