Color Hex Logo

#9b547d Color Hex

#9B547D
(155,84,125)
0 Favorites   0 Comments

Color spaces of #9b547d

RGB 15584125
HSL0.900.300.47
HSV325°46°61°
CMYK 0.000.460.19   0.39
XYZ20.389614.789921.1821
Yxy14.78990.36180.2624
Hunter Lab38.457627.3369-5.7360
CIE-Lab45.345134.8954-10.1192

#9b547d color RGB value is (155,84,125).

#9b547d hex color red value is 155, green value is 84 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9b547d hue: 0.90 , saturation: 0.30 and the lightness value of 9b547d is 0.47.

The process color (four color CMYK) of #9b547d color hex is 0.00, 0.46, 0.19, 0.39. Web safe color of #9b547d is #996666. Color #9b547d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01010100 01111101
Octal 233 124 175
Decimal 155 84 125
Hex 9B 54 7D

RGB Percentages of Color #9b547d

%42.58
%23.08
%34.34

CMYK Percentages of Color #9b547d

%0
%46
%19
%39

Triadic Colors of #9b547d

#9b547d #7d9b54 #547d9b

Analogous Colors of #9b547d

#9b547d #9b545a #96549b

Monochromatic Colors of #9b547d

#9b547d

Complementary Color

#9b547d #549b72

#9b547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b547d Color CSS Codes

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

#9b547d Text Font Color

<p style="color:#9b547d">Text here</p>

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


#9b547d Background Color

<div style="background-color:#9b547d">
Div content here</div>

This div background color is #9b547d


#9b547d Border Color

<div style="border:3px solid #9b547d">
Div here</div>

This div border color is #9b547d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,84,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b547d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b547d;
  -webkit-box-shadow: 1px 1px 3px 2px #9b547d;
  box-shadow:         1px 1px 3px 2px #9b547d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b547d


Comments

No comments written yet.

Please login to write comment.