Color Hex Logo

#b6105e Color Hex

#B6105E
(182,16,94)
0 Favorites   0 Comments

Color spaces of #b6105e

RGB 1821694
HSL0.920.840.39
HSV332°91°71°
CMYK 0.000.910.48   0.29
XYZ21.497111.123811.6038
Yxy11.12380.48610.2515
Hunter Lab33.352456.68472.7187
CIE-Lab39.788264.17141.3644

#b6105e color RGB value is (182,16,94).

#b6105e hex color red value is 182, green value is 16 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b6105e hue: 0.92 , saturation: 0.84 and the lightness value of b6105e is 0.39.

The process color (four color CMYK) of #b6105e color hex is 0.00, 0.91, 0.48, 0.29. Web safe color of #b6105e is #cc0066. Color #b6105e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010000 01011110
Octal 266 20 136
Decimal 182 16 94
Hex B6 10 5E

RGB Percentages of Color #b6105e

%62.33
%5.48
%32.19

CMYK Percentages of Color #b6105e

%0
%91
%48
%29

Triadic Colors of #b6105e

#b6105e #5eb610 #105eb6

Analogous Colors of #b6105e

#b6105e #b61510 #b610b1

Monochromatic Colors of #b6105e

#b6105e

Complementary Color

#b6105e #10b668

#b6105e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6105e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6105e Color CSS Codes

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

#b6105e Text Font Color

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

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


#b6105e Background Color

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

This div background color is #b6105e


#b6105e Border Color

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

This div border color is #b6105e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6105e


Comments

No comments written yet.

Please login to write comment.