Color Hex Logo

#95466a Color Hex

#95466A
(149,70,106)
0 Favorites   0 Comments

Color spaces of #95466a

RGB 14970106
HSL0.920.360.43
HSV333°53°58°
CMYK 0.000.530.29   0.42
XYZ17.186111.810515.0095
Yxy11.81050.39050.2684
Hunter Lab34.366429.1238-1.8384
CIE-Lab40.913337.4211-5.1890

#95466a color RGB value is (149,70,106).

#95466a hex color red value is 149, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #95466a hue: 0.92 , saturation: 0.36 and the lightness value of 95466a is 0.43.

The process color (four color CMYK) of #95466a color hex is 0.00, 0.53, 0.29, 0.42. Web safe color of #95466a is #993366. Color #95466a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 01101010
Octal 225 106 152
Decimal 149 70 106
Hex 95 46 6A

RGB Percentages of Color #95466a

%45.85
%21.54
%32.62

CMYK Percentages of Color #95466a

%0
%53
%29
%42

Triadic Colors of #95466a

#95466a #6a9546 #466a95

Analogous Colors of #95466a

#95466a #954a46 #954692

Monochromatic Colors of #95466a

#95466a

Complementary Color

#95466a #469571

#95466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95466a Color CSS Codes

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

#95466a Text Font Color

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

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


#95466a Background Color

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

This div background color is #95466a


#95466a Border Color

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

This div border color is #95466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95466a


Comments

No comments written yet.

Please login to write comment.