Color Hex Logo

#b6096d Color Hex

#B6096D
(182,9,109)
0 Favorites   0 Comments

Color spaces of #b6096d

RGB 1829109
HSL0.900.910.37
HSV325°95°71°
CMYK 0.000.950.40   0.29
XYZ22.149411.244615.4710
Yxy11.24460.45330.2301
Hunter Lab33.533059.2212-3.8814
CIE-Lab39.989466.3547-7.8302

#b6096d color RGB value is (182,9,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001001 01101101
Octal 266 11 155
Decimal 182 9 109
Hex B6 9 6D

RGB Percentages of Color #b6096d

%60.67
%3.00
%36.33

CMYK Percentages of Color #b6096d

%0
%95
%40
%29

Triadic Colors of #b6096d

#b6096d #6db609 #096db6

Analogous Colors of #b6096d

#b6096d #b60916 #a909b6

Monochromatic Colors of #b6096d

#b6096d

Complementary Color

#b6096d #09b652

#b6096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6096d Color CSS Codes

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

#b6096d Text Font Color

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

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


#b6096d Background Color

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

This div background color is #b6096d


#b6096d Border Color

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

This div border color is #b6096d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6096d


Comments

No comments written yet.

Please login to write comment.