color codes Logo

#b966df color codes

#B966DF
(185,102,223)
0 Favorites   0 Comments

Color spaces of #b966df

RGB 185102223
HSL0.780.650.64
HSV281°54°87°
CMYK 0.170.540.00   0.13
XYZ38.078225.144772.6585
Yxy25.14470.28020.1850
Hunter Lab50.144547.7946-50.8090
CIE-Lab57.216153.0081-48.5374

#b966df color RGB value is (185,102,223).

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

The process color (four color CMYK) of #b966df color code is 0.17, 0.54, 0.00, 0.13. Web safe color of #b966df is #cc66cc. Color #b966df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11011111
Octal 271 146 337
Decimal 185 102 223
Hex B9 66 DF

RGB Percentages of Color #b966df

%36.27
%20.00
%43.73

CMYK Percentages of Color #b966df

%17
%54
%0
%13

Triadic Colors of #b966df

#b966df #dfb966 #66dfb9

Analogous Colors of #b966df

#b966df #df66c9 #7d66df

Monochromatic Colors of #b966df

#b966df

Complementary Color

#b966df #8cdf66

#b966df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966df Color CSS Codes

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

#b966df Text Font Color

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

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


#b966df Background Color

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

This div background color is #b966df


#b966df Border Color

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

This div border color is #b966df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966df


Comments

No comments written yet.

Please login to write comment.