Color Hex Logo

#b6196f Color Hex

#B6196F
(182,25,111)
0 Favorites   0 Comments

Color spaces of #b6196f

RGB 18225111
HSL0.910.760.41
HSV327°86°71°
CMYK 0.000.860.39   0.29
XYZ22.508311.788016.1279
Yxy11.78800.44640.2338
Hunter Lab34.333756.9363-3.8173
CIE-Lab40.877264.1812-7.7563

#b6196f color RGB value is (182,25,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 01101111
Octal 266 31 157
Decimal 182 25 111
Hex B6 19 6F

RGB Percentages of Color #b6196f

%57.23
%7.86
%34.91

CMYK Percentages of Color #b6196f

%0
%86
%39
%29

Triadic Colors of #b6196f

#b6196f #6fb619 #196fb6

Analogous Colors of #b6196f

#b6196f #b61920 #af19b6

Monochromatic Colors of #b6196f

#b6196f

Complementary Color

#b6196f #19b660

#b6196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6196f Color CSS Codes

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

#b6196f Text Font Color

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

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


#b6196f Background Color

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

This div background color is #b6196f


#b6196f Border Color

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

This div border color is #b6196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6196f


Comments

No comments written yet.

Please login to write comment.