Color Hex Logo

#b966ce Color Hex

#B966CE
(185,102,206)
0 Favorites   0 Comments

Color spaces of #b966ce

RGB 185102206
HSL0.800.510.60
HSV288°50°81°
CMYK 0.100.500.00   0.19
XYZ35.899524.273361.1856
Yxy24.27330.29580.2000
Hunter Lab49.267943.8466-39.1444
CIE-Lab56.360449.5283-40.2822

#b966ce color RGB value is (185,102,206).

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

The process color (four color CMYK) of #b966ce color hex is 0.10, 0.50, 0.00, 0.19. Web safe color of #b966ce is #cc66cc. Color #b966ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11001110
Octal 271 146 316
Decimal 185 102 206
Hex B9 66 CE

RGB Percentages of Color #b966ce

%37.53
%20.69
%41.78

CMYK Percentages of Color #b966ce

%10
%50
%0
%19

Triadic Colors of #b966ce

#b966ce #ceb966 #66ceb9

Analogous Colors of #b966ce

#b966ce #ce66af #8566ce

Monochromatic Colors of #b966ce

#b966ce

Complementary Color

#b966ce #7bce66

#b966ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966ce Color CSS Codes

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

#b966ce Text Font Color

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

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


#b966ce Background Color

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

This div background color is #b966ce


#b966ce Border Color

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

This div border color is #b966ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966ce


Comments

No comments written yet.

Please login to write comment.