Color Hex Logo

#9c5bdd Color Hex

#9C5BDD
(156,91,221)
0 Favorites   0 Comments

Color spaces of #9c5bdd

RGB 15691221
HSL0.750.660.61
HSV270°59°87°
CMYK 0.290.590.00   0.13
XYZ30.502519.770570.6150
Yxy19.77050.25230.1635
Hunter Lab44.464044.6396-63.0359
CIE-Lab51.576751.0437-56.6064

#9c5bdd color RGB value is (156,91,221).

#9c5bdd hex color red value is 156, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9c5bdd hue: 0.75 , saturation: 0.66 and the lightness value of 9c5bdd is 0.61.

The process color (four color CMYK) of #9c5bdd color hex is 0.29, 0.59, 0.00, 0.13. Web safe color of #9c5bdd is #9966cc. Color #9c5bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01011011 11011101
Octal 234 133 335
Decimal 156 91 221
Hex 9C 5B DD

RGB Percentages of Color #9c5bdd

%33.33
%19.44
%47.22

CMYK Percentages of Color #9c5bdd

%29
%59
%0
%13

Triadic Colors of #9c5bdd

#9c5bdd #dd9c5b #5bdd9c

Analogous Colors of #9c5bdd

#9c5bdd #dd5bdd #5b5bdd

Monochromatic Colors of #9c5bdd

#9c5bdd

Complementary Color

#9c5bdd #9cdd5b

#9c5bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5bdd Color CSS Codes

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

#9c5bdd Text Font Color

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

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


#9c5bdd Background Color

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

This div background color is #9c5bdd


#9c5bdd Border Color

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

This div border color is #9c5bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,91,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c5bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c5bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #9c5bdd;
  box-shadow:         1px 1px 3px 2px #9c5bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,91,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5bdd


Comments

No comments written yet.

Please login to write comment.