Color Hex Logo

#b760ba Color Hex

#B760BA
(183,96,186)
0 Favorites   0 Comments

Color spaces of #b760ba

RGB 18396186
HSL0.830.390.55
HSV298°48°73°
CMYK 0.020.480.00   0.27
XYZ32.574221.978248.9797
Yxy21.97820.31460.2123
Hunter Lab46.880941.9853-29.1277
CIE-Lab54.003948.1628-32.5472

#b760ba color RGB value is (183,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 10111010
Octal 267 140 272
Decimal 183 96 186
Hex B7 60 BA

RGB Percentages of Color #b760ba

%39.35
%20.65
%40.00

CMYK Percentages of Color #b760ba

%2
%48
%0
%27

Triadic Colors of #b760ba

#b760ba #bab760 #60bab7

Analogous Colors of #b760ba

#b760ba #ba6090 #8a60ba

Monochromatic Colors of #b760ba

#b760ba

Complementary Color

#b760ba #63ba60

#b760ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760ba Color CSS Codes

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

#b760ba Text Font Color

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

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


#b760ba Background Color

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

This div background color is #b760ba


#b760ba Border Color

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

This div border color is #b760ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760ba


Comments

No comments written yet.

Please login to write comment.