Color Hex Logo

#9f5cbd Color Hex

#9F5CBD
(159,92,189)
0 Favorites   0 Comments

Color spaces of #9f5cbd

RGB 15992189
HSL0.780.420.55
HSV281°51°74°
CMYK 0.160.510.00   0.26
XYZ27.310518.699350.3140
Yxy18.69930.28350.1941
Hunter Lab43.242737.0594-38.7156
CIE-Lab50.333544.0187-40.2544

#9f5cbd color RGB value is (159,92,189).

#9f5cbd hex color red value is 159, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9f5cbd hue: 0.78 , saturation: 0.42 and the lightness value of 9f5cbd is 0.55.

The process color (four color CMYK) of #9f5cbd color hex is 0.16, 0.51, 0.00, 0.26. Web safe color of #9f5cbd is #9966cc. Color #9f5cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01011100 10111101
Octal 237 134 275
Decimal 159 92 189
Hex 9F 5C BD

RGB Percentages of Color #9f5cbd

%36.14
%20.91
%42.95

CMYK Percentages of Color #9f5cbd

%16
%51
%0
%26

Triadic Colors of #9f5cbd

#9f5cbd #bd9f5c #5cbd9f

Analogous Colors of #9f5cbd

#9f5cbd #bd5cab #6f5cbd

Monochromatic Colors of #9f5cbd

#9f5cbd

Complementary Color

#9f5cbd #7abd5c

#9f5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5cbd Color CSS Codes

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

#9f5cbd Text Font Color

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

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


#9f5cbd Background Color

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

This div background color is #9f5cbd


#9f5cbd Border Color

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

This div border color is #9f5cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5cbd


Comments

No comments written yet.

Please login to write comment.