Color Hex Logo

#b966dc Color Hex

#B966DC
(185,102,220)
0 Favorites   0 Comments

Color spaces of #b966dc

RGB 185102220
HSL0.780.630.63
HSV282°54°86°
CMYK 0.160.540.00   0.14
XYZ37.677224.984370.5468
Yxy24.98430.28280.1876
Hunter Lab49.984347.0773-48.6917
CIE-Lab57.060152.3821-47.0966

#b966dc color RGB value is (185,102,220).

#b966dc hex color red value is 185, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b966dc hue: 0.78 , saturation: 0.63 and the lightness value of b966dc is 0.63.

The process color (four color CMYK) of #b966dc color hex is 0.16, 0.54, 0.00, 0.14. Web safe color of #b966dc is #cc66cc. Color #b966dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11011100
Octal 271 146 334
Decimal 185 102 220
Hex B9 66 DC

RGB Percentages of Color #b966dc

%36.49
%20.12
%43.39

CMYK Percentages of Color #b966dc

%16
%54
%0
%14

Triadic Colors of #b966dc

#b966dc #dcb966 #66dcb9

Analogous Colors of #b966dc

#b966dc #dc66c4 #7e66dc

Monochromatic Colors of #b966dc

#b966dc

Complementary Color

#b966dc #89dc66

#b966dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966dc Color CSS Codes

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

#b966dc Text Font Color

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

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


#b966dc Background Color

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

This div background color is #b966dc


#b966dc Border Color

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

This div border color is #b966dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966dc


Comments

No comments written yet.

Please login to write comment.