Color Hex Logo

#b501aa Color Hex

#B501AA
(181,1,170)
0 Favorites   0 Comments

Color spaces of #b501aa

RGB 1811170
HSL0.840.990.36
HSV304°99°71°
CMYK 0.000.990.06   0.29
XYZ26.322612.747739.1034
Yxy12.74770.33670.1631
Hunter Lab35.703969.1167-39.9424
CIE-Lab42.380674.2713-41.5051

#b501aa color RGB value is (181,1,170).

#b501aa hex color red value is 181, green value is 1 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b501aa hue: 0.84 , saturation: 0.99 and the lightness value of b501aa is 0.36.

The process color (four color CMYK) of #b501aa color hex is 0.00, 0.99, 0.06, 0.29. Web safe color of #b501aa is #cc0099. Color #b501aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 10101010
Octal 265 1 252
Decimal 181 1 170
Hex B5 1 AA

RGB Percentages of Color #b501aa

%51.42
%0.28
%48.30

CMYK Percentages of Color #b501aa

%0
%99
%6
%29

Triadic Colors of #b501aa

#b501aa #aab501 #01aab5

Analogous Colors of #b501aa

#b501aa #b50150 #6601b5

Monochromatic Colors of #b501aa

#b501aa

Complementary Color

#b501aa #01b50c

#b501aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b501aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b501aa Color CSS Codes

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

#b501aa Text Font Color

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

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


#b501aa Background Color

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

This div background color is #b501aa


#b501aa Border Color

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

This div border color is #b501aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b501aa


Comments

No comments written yet.

Please login to write comment.