Color Hex Logo

#b363ba Color Hex

#B363BA
(179,99,186)
0 Favorites   0 Comments

Color spaces of #b363ba

RGB 17999186
HSL0.820.390.56
HSV295°47°73°
CMYK 0.040.470.00   0.27
XYZ31.915222.052649.0288
Yxy22.05260.30990.2141
Hunter Lab46.960239.1323-29.0296
CIE-Lab54.082845.4470-32.4623

#b363ba color RGB value is (179,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100011 10111010
Octal 263 143 272
Decimal 179 99 186
Hex B3 63 BA

RGB Percentages of Color #b363ba

%38.58
%21.34
%40.09

CMYK Percentages of Color #b363ba

%4
%47
%0
%27

Triadic Colors of #b363ba

#b363ba #bab363 #63bab3

Analogous Colors of #b363ba

#b363ba #ba6396 #8863ba

Monochromatic Colors of #b363ba

#b363ba

Complementary Color

#b363ba #6aba63

#b363ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b363ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b363ba Color CSS Codes

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

#b363ba Text Font Color

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

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


#b363ba Background Color

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

This div background color is #b363ba


#b363ba Border Color

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

This div border color is #b363ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b363ba


Comments

No comments written yet.

Please login to write comment.