Color Hex Logo

#b601aa Color Hex

#B601AA
(182,1,170)
0 Favorites   0 Comments

Color spaces of #b601aa

RGB 1821170
HSL0.840.990.36
HSV304°99°71°
CMYK 0.000.990.07   0.29
XYZ26.558012.869139.1144
Yxy12.86910.33810.1639
Hunter Lab35.873569.3690-39.5349
CIE-Lab42.565374.4436-41.1999

#b601aa color RGB value is (182,1,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000001 10101010
Octal 266 1 252
Decimal 182 1 170
Hex B6 1 AA

RGB Percentages of Color #b601aa

%51.56
%0.28
%48.16

CMYK Percentages of Color #b601aa

%0
%99
%7
%29

Triadic Colors of #b601aa

#b601aa #aab601 #01aab6

Analogous Colors of #b601aa

#b601aa #b60150 #6801b6

Monochromatic Colors of #b601aa

#b601aa

Complementary Color

#b601aa #01b60d

#b601aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b601aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b601aa Color CSS Codes

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

#b601aa Text Font Color

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

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


#b601aa Background Color

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

This div background color is #b601aa


#b601aa Border Color

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

This div border color is #b601aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b601aa


Comments

No comments written yet.

Please login to write comment.