Color Hex Logo

#95547e Color Hex

#95547E
(149,84,126)
0 Favorites   0 Comments

Color spaces of #95547e

RGB 14984126
HSL0.890.280.46
HSV321°44°58°
CMYK 0.000.440.15   0.42
XYZ19.330614.236621.4678
Yxy14.23660.35120.2587
Hunter Lab37.731425.4193-7.3219
CIE-Lab44.570432.9604-11.9736

#95547e color RGB value is (149,84,126).

#95547e hex color red value is 149, green value is 84 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #95547e hue: 0.89 , saturation: 0.28 and the lightness value of 95547e is 0.46.

The process color (four color CMYK) of #95547e color hex is 0.00, 0.44, 0.15, 0.42. Web safe color of #95547e is #996666. Color #95547e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 01111110
Octal 225 124 176
Decimal 149 84 126
Hex 95 54 7E

RGB Percentages of Color #95547e

%41.50
%23.40
%35.10

CMYK Percentages of Color #95547e

%0
%44
%15
%42

Triadic Colors of #95547e

#95547e #7e9554 #547e95

Analogous Colors of #95547e

#95547e #95545e #8c5495

Monochromatic Colors of #95547e

#95547e

Complementary Color

#95547e #54956b

#95547e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95547e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95547e Color CSS Codes

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

#95547e Text Font Color

<p style="color:#95547e">Text here</p>

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


#95547e Background Color

<div style="background-color:#95547e">
Div content here</div>

This div background color is #95547e


#95547e Border Color

<div style="border:3px solid #95547e">
Div here</div>

This div border color is #95547e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,84,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95547e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95547e;
  -webkit-box-shadow: 1px 1px 3px 2px #95547e;
  box-shadow:         1px 1px 3px 2px #95547e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95547e


Comments

No comments written yet.

Please login to write comment.