Color Hex Logo

#b6196d Color Hex

#B6196D
(182,25,109)
0 Favorites   0 Comments

Color spaces of #b6196d

RGB 18225109
HSL0.910.760.41
HSV328°86°71°
CMYK 0.000.860.40   0.29
XYZ22.399411.744515.5543
Yxy11.74450.45070.2363
Hunter Lab34.270256.6966-2.9209
CIE-Lab40.807163.9834-6.6073

#b6196d color RGB value is (182,25,109).

#b6196d hex color red value is 182, green value is 25 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b6196d hue: 0.91 , saturation: 0.76 and the lightness value of b6196d is 0.41.

The process color (four color CMYK) of #b6196d color hex is 0.00, 0.86, 0.40, 0.29. Web safe color of #b6196d is #cc0066. Color #b6196d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 01101101
Octal 266 31 155
Decimal 182 25 109
Hex B6 19 6D

RGB Percentages of Color #b6196d

%57.59
%7.91
%34.49

CMYK Percentages of Color #b6196d

%0
%86
%40
%29

Triadic Colors of #b6196d

#b6196d #6db619 #196db6

Analogous Colors of #b6196d

#b6196d #b6191e #b119b6

Monochromatic Colors of #b6196d

#b6196d

Complementary Color

#b6196d #19b662

#b6196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6196d Color CSS Codes

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

#b6196d Text Font Color

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

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


#b6196d Background Color

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

This div background color is #b6196d


#b6196d Border Color

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

This div border color is #b6196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6196d


Comments

No comments written yet.

Please login to write comment.