Color Hex Logo

#b966cb Color Hex

#B966CB
(185,102,203)
0 Favorites   0 Comments

Color spaces of #b966cb

RGB 185102203
HSL0.800.490.60
HSV289°50°80°
CMYK 0.090.500.00   0.20
XYZ35.538424.128859.2842
Yxy24.12880.29880.2028
Hunter Lab49.121143.1803-37.1723
CIE-Lab56.216548.9325-38.8026

#b966cb color RGB value is (185,102,203).

#b966cb hex color red value is 185, green value is 102 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b966cb hue: 0.80 , saturation: 0.49 and the lightness value of b966cb is 0.60.

The process color (four color CMYK) of #b966cb color hex is 0.09, 0.50, 0.00, 0.20. Web safe color of #b966cb is #cc66cc. Color #b966cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11001011
Octal 271 146 313
Decimal 185 102 203
Hex B9 66 CB

RGB Percentages of Color #b966cb

%37.76
%20.82
%41.43

CMYK Percentages of Color #b966cb

%9
%50
%0
%20

Triadic Colors of #b966cb

#b966cb #cbb966 #66cbb9

Analogous Colors of #b966cb

#b966cb #cb66ab #8766cb

Monochromatic Colors of #b966cb

#b966cb

Complementary Color

#b966cb #78cb66

#b966cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966cb Color CSS Codes

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

#b966cb Text Font Color

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

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


#b966cb Background Color

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

This div background color is #b966cb


#b966cb Border Color

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

This div border color is #b966cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,102,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b966cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b966cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b966cb;
  box-shadow:         1px 1px 3px 2px #b966cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,102,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966cb


Comments

No comments written yet.

Please login to write comment.