Color Hex Logo

#b7115c Color Hex

#B7115C
(183,17,92)
0 Favorites   0 Comments

Color spaces of #b7115c

RGB 1831792
HSL0.920.830.39
HSV333°91°72°
CMYK 0.000.910.50   0.28
XYZ21.660711.240911.1533
Yxy11.24090.49170.2552
Hunter Lab33.527556.64843.7457
CIE-Lab39.983364.10142.9440

#b7115c color RGB value is (183,17,92).

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

The process color (four color CMYK) of #b7115c color hex is 0.00, 0.91, 0.50, 0.28. Web safe color of #b7115c is #cc0066. Color #b7115c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 01011100
Octal 267 21 134
Decimal 183 17 92
Hex B7 11 5C

RGB Percentages of Color #b7115c

%62.67
%5.82
%31.51

CMYK Percentages of Color #b7115c

%0
%91
%50
%28

Triadic Colors of #b7115c

#b7115c #5cb711 #115cb7

Analogous Colors of #b7115c

#b7115c #b71911 #b711af

Monochromatic Colors of #b7115c

#b7115c

Complementary Color

#b7115c #11b76c

#b7115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7115c Color CSS Codes

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

#b7115c Text Font Color

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

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


#b7115c Background Color

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

This div background color is #b7115c


#b7115c Border Color

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

This div border color is #b7115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7115c


Comments

No comments written yet.

Please login to write comment.