Color Hex Logo

#b7136c Color Hex

#B7136C
(183,19,108)
0 Favorites   0 Comments

Color spaces of #b7136c

RGB 18319108
HSL0.910.810.40
HSV327°90°72°
CMYK 0.000.900.41   0.28
XYZ22.468111.615715.2452
Yxy11.61570.45550.2355
Hunter Lab34.081858.0312-2.6639
CIE-Lab40.598765.1973-6.2695

#b7136c color RGB value is (183,19,108).

#b7136c hex color red value is 183, green value is 19 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b7136c hue: 0.91 , saturation: 0.81 and the lightness value of b7136c is 0.40.

The process color (four color CMYK) of #b7136c color hex is 0.00, 0.90, 0.41, 0.28. Web safe color of #b7136c is #cc0066. Color #b7136c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 01101100
Octal 267 23 154
Decimal 183 19 108
Hex B7 13 6C

RGB Percentages of Color #b7136c

%59.03
%6.13
%34.84

CMYK Percentages of Color #b7136c

%0
%90
%41
%28

Triadic Colors of #b7136c

#b7136c #6cb713 #136cb7

Analogous Colors of #b7136c

#b7136c #b7131a #b013b7

Monochromatic Colors of #b7136c

#b7136c

Complementary Color

#b7136c #13b75e

#b7136c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7136c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7136c Color CSS Codes

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

#b7136c Text Font Color

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

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


#b7136c Background Color

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

This div background color is #b7136c


#b7136c Border Color

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

This div border color is #b7136c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,19,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7136c


Comments

No comments written yet.

Please login to write comment.