Color Hex Logo

#9566bd Color Hex

#9566BD
(149,102,189)
0 Favorites   0 Comments

Color spaces of #9566bd

RGB 149102189
HSL0.760.400.57
HSV272°46°74°
CMYK 0.210.460.00   0.26
XYZ26.331119.566450.5330
Yxy19.56640.27310.2029
Hunter Lab44.233928.8462-36.7694
CIE-Lab51.343435.6737-38.7373

#9566bd color RGB value is (149,102,189).

#9566bd hex color red value is 149, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9566bd hue: 0.76 , saturation: 0.40 and the lightness value of 9566bd is 0.57.

The process color (four color CMYK) of #9566bd color hex is 0.21, 0.46, 0.00, 0.26. Web safe color of #9566bd is #9966cc. Color #9566bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100110 10111101
Octal 225 146 275
Decimal 149 102 189
Hex 95 66 BD

RGB Percentages of Color #9566bd

%33.86
%23.18
%42.95

CMYK Percentages of Color #9566bd

%21
%46
%0
%26

Triadic Colors of #9566bd

#9566bd #bd9566 #66bd95

Analogous Colors of #9566bd

#9566bd #bd66ba #6a66bd

Monochromatic Colors of #9566bd

#9566bd

Complementary Color

#9566bd #8ebd66

#9566bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9566bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9566bd Color CSS Codes

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

#9566bd Text Font Color

<p style="color:#9566bd">Text here</p>

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


#9566bd Background Color

<div style="background-color:#9566bd">
Div content here</div>

This div background color is #9566bd


#9566bd Border Color

<div style="border:3px solid #9566bd">
Div here</div>

This div border color is #9566bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,102,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9566bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9566bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9566bd;
  box-shadow:         1px 1px 3px 2px #9566bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,102,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 #9566bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9566bd


Comments

No comments written yet.

Please login to write comment.