Color Hex Logo

#b7137f Color Hex

#B7137F
(183,19,127)
0 Favorites   0 Comments

Color spaces of #b7137f

RGB 18319127
HSL0.890.810.40
HSV320°90°72°
CMYK 0.000.900.31   0.28
XYZ23.592112.065321.1641
Yxy12.06530.41520.2123
Hunter Lab34.735160.4507-11.8108
CIE-Lab41.319767.1611-17.0266

#b7137f color RGB value is (183,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 01111111
Octal 267 23 177
Decimal 183 19 127
Hex B7 13 7F

RGB Percentages of Color #b7137f

%55.62
%5.78
%38.60

CMYK Percentages of Color #b7137f

%0
%90
%31
%28

Triadic Colors of #b7137f

#b7137f #7fb713 #137fb7

Analogous Colors of #b7137f

#b7137f #b7132d #9d13b7

Monochromatic Colors of #b7137f

#b7137f

Complementary Color

#b7137f #13b74b

#b7137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7137f Color CSS Codes

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

#b7137f Text Font Color

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

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


#b7137f Background Color

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

This div background color is #b7137f


#b7137f Border Color

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

This div border color is #b7137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7137f


Comments

No comments written yet.

Please login to write comment.