Color Hex Logo

#b960ba Color Hex

#B960BA
(185,96,186)
0 Favorites   0 Comments

Color spaces of #b960ba

RGB 18596186
HSL0.830.390.55
HSV299°48°73°
CMYK 0.010.480.00   0.27
XYZ33.053422.225249.0022
Yxy22.22520.31700.2131
Hunter Lab47.143642.6489-28.6269
CIE-Lab54.265148.7441-32.1202

#b960ba color RGB value is (185,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 10111010
Octal 271 140 272
Decimal 185 96 186
Hex B9 60 BA

RGB Percentages of Color #b960ba

%39.61
%20.56
%39.83

CMYK Percentages of Color #b960ba

%1
%48
%0
%27

Triadic Colors of #b960ba

#b960ba #bab960 #60bab9

Analogous Colors of #b960ba

#b960ba #ba608e #8c60ba

Monochromatic Colors of #b960ba

#b960ba

Complementary Color

#b960ba #61ba60

#b960ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b960ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b960ba Color CSS Codes

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

#b960ba Text Font Color

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

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


#b960ba Background Color

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

This div background color is #b960ba


#b960ba Border Color

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

This div border color is #b960ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,96,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 #b960ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b960ba


Comments

No comments written yet.

Please login to write comment.