Color Hex Logo

#b313aa Color Hex

#B313AA
(179,19,170)
0 Favorites   0 Comments

Color spaces of #b313aa

RGB 17919170
HSL0.840.810.39
HSV303°89°70°
CMYK 0.000.890.05   0.30
XYZ26.079012.951739.1556
Yxy12.95170.33350.1657
Hunter Lab35.988566.3700-39.3158
CIE-Lab42.690471.9276-41.0343

#b313aa color RGB value is (179,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010011 10101010
Octal 263 23 252
Decimal 179 19 170
Hex B3 13 AA

RGB Percentages of Color #b313aa

%48.64
%5.16
%46.20

CMYK Percentages of Color #b313aa

%0
%89
%5
%30

Triadic Colors of #b313aa

#b313aa #aab313 #13aab3

Analogous Colors of #b313aa

#b313aa #b3135a #6c13b3

Monochromatic Colors of #b313aa

#b313aa

Complementary Color

#b313aa #13b31c

#b313aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b313aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b313aa Color CSS Codes

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

#b313aa Text Font Color

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

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


#b313aa Background Color

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

This div background color is #b313aa


#b313aa Border Color

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

This div border color is #b313aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b313aa


Comments

No comments written yet.

Please login to write comment.