Color Hex Logo

#b315aa Color Hex

#B315AA
(179,21,170)
0 Favorites   0 Comments

Color spaces of #b315aa

RGB 17921170
HSL0.840.790.39
HSV303°88°70°
CMYK 0.000.880.05   0.30
XYZ26.114313.022339.1674
Yxy13.02230.33350.1663
Hunter Lab36.086466.0221-39.0915
CIE-Lab42.796871.6153-40.8650

#b315aa color RGB value is (179,21,170).

#b315aa hex color red value is 179, green value is 21 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b315aa hue: 0.84 , saturation: 0.79 and the lightness value of b315aa is 0.39.

The process color (four color CMYK) of #b315aa color hex is 0.00, 0.88, 0.05, 0.30. Web safe color of #b315aa is #cc0099. Color #b315aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 10101010
Octal 263 25 252
Decimal 179 21 170
Hex B3 15 AA

RGB Percentages of Color #b315aa

%48.38
%5.68
%45.95

CMYK Percentages of Color #b315aa

%0
%88
%5
%30

Triadic Colors of #b315aa

#b315aa #aab315 #15aab3

Analogous Colors of #b315aa

#b315aa #b3155b #6d15b3

Monochromatic Colors of #b315aa

#b315aa

Complementary Color

#b315aa #15b31e

#b315aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b315aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b315aa Color CSS Codes

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

#b315aa Text Font Color

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

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


#b315aa Background Color

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

This div background color is #b315aa


#b315aa Border Color

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

This div border color is #b315aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b315aa


Comments

No comments written yet.

Please login to write comment.