Color Hex Logo

#b60aab Color Hex

#B60AAB
(182,10,171)
0 Favorites   0 Comments

Color spaces of #b60aab

RGB 18210171
HSL0.840.900.38
HSV304°95°71°
CMYK 0.000.950.06   0.29
XYZ26.750613.102439.6472
Yxy13.10240.33650.1648
Hunter Lab36.197268.5705-39.6029
CIE-Lab42.917173.7156-41.2360

#b60aab color RGB value is (182,10,171).

#b60aab hex color red value is 182, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b60aab hue: 0.84 , saturation: 0.90 and the lightness value of b60aab is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001010 10101011
Octal 266 12 253
Decimal 182 10 171
Hex B6 A AB

RGB Percentages of Color #b60aab

%50.14
%2.75
%47.11

CMYK Percentages of Color #b60aab

%0
%95
%6
%29

Triadic Colors of #b60aab

#b60aab #abb60a #0aabb6

Analogous Colors of #b60aab

#b60aab #b60a55 #6b0ab6

Monochromatic Colors of #b60aab

#b60aab

Complementary Color

#b60aab #0ab615

#b60aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60aab Color CSS Codes

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

#b60aab Text Font Color

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

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


#b60aab Background Color

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

This div background color is #b60aab


#b60aab Border Color

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

This div border color is #b60aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,10,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b60aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60aab


Comments

No comments written yet.

Please login to write comment.