Color Hex Logo

#b6115c Color Hex

#B6115C
(182,17,92)
0 Favorites   0 Comments

Color spaces of #b6115c

RGB 1821792
HSL0.920.830.39
HSV333°91°71°
CMYK 0.000.910.49   0.29
XYZ21.423611.118711.1422
Yxy11.11870.49040.2545
Hunter Lab33.344756.33103.5294
CIE-Lab39.779763.86062.6240

#b6115c color RGB value is (182,17,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 01011100
Octal 266 21 134
Decimal 182 17 92
Hex B6 11 5C

RGB Percentages of Color #b6115c

%62.54
%5.84
%31.62

CMYK Percentages of Color #b6115c

%0
%91
%49
%29

Triadic Colors of #b6115c

#b6115c #5cb611 #115cb6

Analogous Colors of #b6115c

#b6115c #b61911 #b611af

Monochromatic Colors of #b6115c

#b6115c

Complementary Color

#b6115c #11b66b

#b6115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6115c Color CSS Codes

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

#b6115c Text Font Color

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

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


#b6115c Background Color

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

This div background color is #b6115c


#b6115c Border Color

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

This div border color is #b6115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6115c


Comments

No comments written yet.

Please login to write comment.