Color Hex Logo

#b360ba Color Hex

#B360BA
(179,96,186)
0 Favorites   0 Comments

Color spaces of #b360ba

RGB 17996186
HSL0.820.390.55
HSV295°48°73°
CMYK 0.040.480.00   0.27
XYZ31.636221.494648.9358
Yxy21.49460.31000.2106
Hunter Lab46.362340.6690-30.1276
CIE-Lab53.486647.0010-33.3932

#b360ba color RGB value is (179,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 10111010
Octal 263 140 272
Decimal 179 96 186
Hex B3 60 BA

RGB Percentages of Color #b360ba

%38.83
%20.82
%40.35

CMYK Percentages of Color #b360ba

%4
%48
%0
%27

Triadic Colors of #b360ba

#b360ba #bab360 #60bab3

Analogous Colors of #b360ba

#b360ba #ba6094 #8660ba

Monochromatic Colors of #b360ba

#b360ba

Complementary Color

#b360ba #67ba60

#b360ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b360ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b360ba Color CSS Codes

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

#b360ba Text Font Color

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

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


#b360ba Background Color

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

This div background color is #b360ba


#b360ba Border Color

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

This div border color is #b360ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b360ba


Comments

No comments written yet.

Please login to write comment.