Color Hex Logo

#b6149a Color Hex

#B6149A
(182,20,154)
0 Favorites   0 Comments

Color spaces of #b6149a

RGB 18220154
HSL0.860.800.40
HSV310°89°71°
CMYK 0.000.890.15   0.29
XYZ25.374312.778531.7010
Yxy12.77850.36320.1829
Hunter Lab35.747064.1473-27.5563
CIE-Lab42.427670.1070-31.8193

#b6149a color RGB value is (182,20,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 10011010
Octal 266 24 232
Decimal 182 20 154
Hex B6 14 9A

RGB Percentages of Color #b6149a

%51.12
%5.62
%43.26

CMYK Percentages of Color #b6149a

%0
%89
%15
%29

Triadic Colors of #b6149a

#b6149a #9ab614 #149ab6

Analogous Colors of #b6149a

#b6149a #b61449 #8114b6

Monochromatic Colors of #b6149a

#b6149a

Complementary Color

#b6149a #14b630

#b6149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6149a Color CSS Codes

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

#b6149a Text Font Color

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

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


#b6149a Background Color

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

This div background color is #b6149a


#b6149a Border Color

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

This div border color is #b6149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6149a


Comments

No comments written yet.

Please login to write comment.