Color Hex Logo

#b6026a Color Hex

#B6026A
(182,2,106)
0 Favorites   0 Comments

Color spaces of #b6026a

RGB 1822106
HSL0.900.980.36
HSV325°99°71°
CMYK 0.000.990.42   0.29
XYZ21.914611.029114.6095
Yxy11.02910.46080.2319
Hunter Lab33.210159.6705-2.8353
CIE-Lab39.629466.8153-6.4766

#b6026a color RGB value is (182,2,106).

#b6026a hex color red value is 182, green value is 2 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b6026a hue: 0.90 , saturation: 0.98 and the lightness value of b6026a is 0.36.

The process color (four color CMYK) of #b6026a color hex is 0.00, 0.99, 0.42, 0.29. Web safe color of #b6026a is #cc0066. Color #b6026a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000010 01101010
Octal 266 2 152
Decimal 182 2 106
Hex B6 2 6A

RGB Percentages of Color #b6026a

%62.76
%0.69
%36.55

CMYK Percentages of Color #b6026a

%0
%99
%42
%29

Triadic Colors of #b6026a

#b6026a #6ab602 #026ab6

Analogous Colors of #b6026a

#b6026a #b60210 #a802b6

Monochromatic Colors of #b6026a

#b6026a

Complementary Color

#b6026a #02b64e

#b6026a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6026a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6026a Color CSS Codes

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

#b6026a Text Font Color

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

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


#b6026a Background Color

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

This div background color is #b6026a


#b6026a Border Color

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

This div border color is #b6026a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6026a


Comments

No comments written yet.

Please login to write comment.