Color Hex Logo

#9f527b Color Hex

#9F527B
(159,82,123)
0 Favorites   0 Comments

Color spaces of #9f527b

RGB 15982123
HSL0.910.320.47
HSV328°48°62°
CMYK 0.000.480.23   0.38
XYZ20.890514.835620.5014
Yxy14.83560.37150.2638
Hunter Lab38.517029.4084-4.5963
CIE-Lab45.408237.0545-8.7554

#9f527b color RGB value is (159,82,123).

#9f527b hex color red value is 159, green value is 82 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9f527b hue: 0.91 , saturation: 0.32 and the lightness value of 9f527b is 0.47.

The process color (four color CMYK) of #9f527b color hex is 0.00, 0.48, 0.23, 0.38. Web safe color of #9f527b is #996666. Color #9f527b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010010 01111011
Octal 237 122 173
Decimal 159 82 123
Hex 9F 52 7B

RGB Percentages of Color #9f527b

%43.68
%22.53
%33.79

CMYK Percentages of Color #9f527b

%0
%48
%23
%38

Triadic Colors of #9f527b

#9f527b #7b9f52 #527b9f

Analogous Colors of #9f527b

#9f527b #9f5254 #9d529f

Monochromatic Colors of #9f527b

#9f527b

Complementary Color

#9f527b #529f76

#9f527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f527b Color CSS Codes

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

#9f527b Text Font Color

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

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


#9f527b Background Color

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

This div background color is #9f527b


#9f527b Border Color

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

This div border color is #9f527b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,82,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f527b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f527b;
  -webkit-box-shadow: 1px 1px 3px 2px #9f527b;
  box-shadow:         1px 1px 3px 2px #9f527b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,82,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f527b


Comments

No comments written yet.

Please login to write comment.