Color Hex Logo

#b363aa Color Hex

#B363AA
(179,99,170)
0 Favorites   0 Comments

Color spaces of #b363aa

RGB 17999170
HSL0.850.340.55
HSV307°45°70°
CMYK 0.000.450.05   0.30
XYZ30.307921.409740.5653
Yxy21.40970.32840.2320
Hunter Lab46.270635.9464-19.5899
CIE-Lab53.395042.4768-24.2647

#b363aa color RGB value is (179,99,170).

#b363aa hex color red value is 179, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b363aa hue: 0.85 , saturation: 0.34 and the lightness value of b363aa is 0.55.

The process color (four color CMYK) of #b363aa color hex is 0.00, 0.45, 0.05, 0.30. Web safe color of #b363aa is #cc6699. Color #b363aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100011 10101010
Octal 263 143 252
Decimal 179 99 170
Hex B3 63 AA

RGB Percentages of Color #b363aa

%39.96
%22.10
%37.95

CMYK Percentages of Color #b363aa

%0
%45
%5
%30

Triadic Colors of #b363aa

#b363aa #aab363 #63aab3

Analogous Colors of #b363aa

#b363aa #b36382 #9463b3

Monochromatic Colors of #b363aa

#b363aa

Complementary Color

#b363aa #63b36c

#b363aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b363aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b363aa Color CSS Codes

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

#b363aa Text Font Color

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

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


#b363aa Background Color

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

This div background color is #b363aa


#b363aa Border Color

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

This div border color is #b363aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b363aa


Comments

No comments written yet.

Please login to write comment.