Color Hex Logo

#b963ba Color Hex

#B963BA
(185,99,186)
0 Favorites   0 Comments

Color spaces of #b963ba

RGB 18599186
HSL0.830.390.56
HSV299°47°73°
CMYK 0.010.470.00   0.27
XYZ33.332422.783149.0952
Yxy22.78310.31680.2165
Hunter Lab47.731641.1214-27.5716
CIE-Lab54.848247.2174-31.2117

#b963ba color RGB value is (185,99,186).

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

The process color (four color CMYK) of #b963ba color hex is 0.01, 0.47, 0.00, 0.27. Web safe color of #b963ba is #cc66cc. Color #b963ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 10111010
Octal 271 143 272
Decimal 185 99 186
Hex B9 63 BA

RGB Percentages of Color #b963ba

%39.36
%21.06
%39.57

CMYK Percentages of Color #b963ba

%1
%47
%0
%27

Triadic Colors of #b963ba

#b963ba #bab963 #63bab9

Analogous Colors of #b963ba

#b963ba #ba6390 #8e63ba

Monochromatic Colors of #b963ba

#b963ba

Complementary Color

#b963ba #64ba63

#b963ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963ba Color CSS Codes

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

#b963ba Text Font Color

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

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


#b963ba Background Color

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

This div background color is #b963ba


#b963ba Border Color

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

This div border color is #b963ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963ba


Comments

No comments written yet.

Please login to write comment.