Color Hex Logo

#b6059a Color Hex

#B6059A
(182,5,154)
0 Favorites   0 Comments

Color spaces of #b6059a

RGB 1825154
HSL0.860.950.37
HSV309°97°71°
CMYK 0.000.970.15   0.29
XYZ25.178412.386731.6357
Yxy12.38670.36380.1790
Hunter Lab35.194766.1085-28.6580
CIE-Lab41.824271.8771-32.7684

#b6059a color RGB value is (182,5,154).

#b6059a hex color red value is 182, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b6059a hue: 0.86 , saturation: 0.95 and the lightness value of b6059a is 0.37.

The process color (four color CMYK) of #b6059a color hex is 0.00, 0.97, 0.15, 0.29. Web safe color of #b6059a is #cc0099. Color #b6059a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000101 10011010
Octal 266 5 232
Decimal 182 5 154
Hex B6 5 9A

RGB Percentages of Color #b6059a

%53.37
%1.47
%45.16

CMYK Percentages of Color #b6059a

%0
%97
%15
%29

Triadic Colors of #b6059a

#b6059a #9ab605 #059ab6

Analogous Colors of #b6059a

#b6059a #b60542 #7a05b6

Monochromatic Colors of #b6059a

#b6059a

Complementary Color

#b6059a #05b621

#b6059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6059a Color CSS Codes

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

#b6059a Text Font Color

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

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


#b6059a Background Color

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

This div background color is #b6059a


#b6059a Border Color

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

This div border color is #b6059a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6059a


Comments

No comments written yet.

Please login to write comment.