Color Hex Logo

#b963bc Color Hex

#B963BC
(185,99,188)
0 Favorites   0 Comments

Color spaces of #b963bc

RGB 18599188
HSL0.830.400.56
HSV298°47°74°
CMYK 0.020.470.00   0.26
XYZ33.546522.868850.2230
Yxy22.86880.31460.2145
Hunter Lab47.821341.5298-28.7927
CIE-Lab54.936947.5883-32.2242

#b963bc color RGB value is (185,99,188).

#b963bc hex color red value is 185, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b963bc hue: 0.83 , saturation: 0.40 and the lightness value of b963bc is 0.56.

The process color (four color CMYK) of #b963bc color hex is 0.02, 0.47, 0.00, 0.26. Web safe color of #b963bc is #cc66cc. Color #b963bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 10111100
Octal 271 143 274
Decimal 185 99 188
Hex B9 63 BC

RGB Percentages of Color #b963bc

%39.19
%20.97
%39.83

CMYK Percentages of Color #b963bc

%2
%47
%0
%26

Triadic Colors of #b963bc

#b963bc #bcb963 #63bcb9

Analogous Colors of #b963bc

#b963bc #bc6393 #8d63bc

Monochromatic Colors of #b963bc

#b963bc

Complementary Color

#b963bc #66bc63

#b963bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963bc Color CSS Codes

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

#b963bc Text Font Color

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

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


#b963bc Background Color

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

This div background color is #b963bc


#b963bc Border Color

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

This div border color is #b963bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963bc


Comments

No comments written yet.

Please login to write comment.