Color Hex Logo

#b7135e Color Hex

#B7135E
(183,19,94)
0 Favorites   0 Comments

Color spaces of #b7135e

RGB 1831994
HSL0.920.810.40
HSV333°90°72°
CMYK 0.000.900.49   0.28
XYZ21.781711.341211.6307
Yxy11.34120.48670.2534
Hunter Lab33.676756.51753.0971
CIE-Lab40.149363.95351.9137

#b7135e color RGB value is (183,19,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 01011110
Octal 267 23 136
Decimal 183 19 94
Hex B7 13 5E

RGB Percentages of Color #b7135e

%61.82
%6.42
%31.76

CMYK Percentages of Color #b7135e

%0
%90
%49
%28

Triadic Colors of #b7135e

#b7135e #5eb713 #135eb7

Analogous Colors of #b7135e

#b7135e #b71a13 #b713b0

Monochromatic Colors of #b7135e

#b7135e

Complementary Color

#b7135e #13b76c

#b7135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7135e Color CSS Codes

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

#b7135e Text Font Color

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

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


#b7135e Background Color

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

This div background color is #b7135e


#b7135e Border Color

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

This div border color is #b7135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7135e


Comments

No comments written yet.

Please login to write comment.