Color Hex Logo

#b6206a Color Hex

#B6206A
(182,32,106)
0 Favorites   0 Comments

Color spaces of #b6206a

RGB 18232106
HSL0.920.700.42
HSV330°82°71°
CMYK 0.000.820.42   0.29
XYZ22.409412.018714.7744
Yxy12.01870.45550.2443
Hunter Lab34.668054.7134-0.9999
CIE-Lab41.245862.1384-4.0735

#b6206a color RGB value is (182,32,106).

#b6206a hex color red value is 182, green value is 32 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b6206a hue: 0.92 , saturation: 0.70 and the lightness value of b6206a is 0.42.

The process color (four color CMYK) of #b6206a color hex is 0.00, 0.82, 0.42, 0.29. Web safe color of #b6206a is #cc3366. Color #b6206a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 01101010
Octal 266 40 152
Decimal 182 32 106
Hex B6 20 6A

RGB Percentages of Color #b6206a

%56.88
%10.00
%33.13

CMYK Percentages of Color #b6206a

%0
%82
%42
%29

Triadic Colors of #b6206a

#b6206a #6ab620 #206ab6

Analogous Colors of #b6206a

#b6206a #b62120 #b620b5

Monochromatic Colors of #b6206a

#b6206a

Complementary Color

#b6206a #20b66c

#b6206a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6206a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6206a Color CSS Codes

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

#b6206a Text Font Color

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

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


#b6206a Background Color

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

This div background color is #b6206a


#b6206a Border Color

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

This div border color is #b6206a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6206a


Comments

No comments written yet.

Please login to write comment.