Color Hex Logo

#b013aa Color Hex

#B013AA
(176,19,170)
0 Favorites   0 Comments

Color spaces of #b013aa

RGB 17619170
HSL0.840.810.38
HSV302°89°69°
CMYK 0.000.890.03   0.31
XYZ25.393112.598139.1235
Yxy12.59810.32930.1634
Hunter Lab35.493865.5889-40.5075
CIE-Lab42.151371.3773-41.9248

#b013aa color RGB value is (176,19,170).

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

The process color (four color CMYK) of #b013aa color hex is 0.00, 0.89, 0.03, 0.31. Web safe color of #b013aa is #990099. Color #b013aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 10101010
Octal 260 23 252
Decimal 176 19 170
Hex B0 13 AA

RGB Percentages of Color #b013aa

%48.22
%5.21
%46.58

CMYK Percentages of Color #b013aa

%0
%89
%3
%31

Triadic Colors of #b013aa

#b013aa #aab013 #13aab0

Analogous Colors of #b013aa

#b013aa #b0135c #6813b0

Monochromatic Colors of #b013aa

#b013aa

Complementary Color

#b013aa #13b019

#b013aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b013aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b013aa Color CSS Codes

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

#b013aa Text Font Color

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

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


#b013aa Background Color

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

This div background color is #b013aa


#b013aa Border Color

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

This div border color is #b013aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b013aa


Comments

No comments written yet.

Please login to write comment.