Color Hex Logo

#b71f5f Color Hex

#B71F5F
(183,31,95)
0 Favorites   0 Comments

Color spaces of #b71f5f

RGB 1833195
HSL0.930.710.42
HSV335°83°72°
CMYK 0.000.830.48   0.28
XYZ22.084011.873511.9543
Yxy11.87350.48100.2586
Hunter Lab34.457954.09873.5514
CIE-Lab41.014461.63382.5331

#b71f5f color RGB value is (183,31,95).

#b71f5f hex color red value is 183, green value is 31 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b71f5f hue: 0.93 , saturation: 0.71 and the lightness value of b71f5f is 0.42.

The process color (four color CMYK) of #b71f5f color hex is 0.00, 0.83, 0.48, 0.28. Web safe color of #b71f5f is #cc3366. Color #b71f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011111 01011111
Octal 267 37 137
Decimal 183 31 95
Hex B7 1F 5F

RGB Percentages of Color #b71f5f

%59.22
%10.03
%30.74

CMYK Percentages of Color #b71f5f

%0
%83
%48
%28

Triadic Colors of #b71f5f

#b71f5f #5fb71f #1f5fb7

Analogous Colors of #b71f5f

#b71f5f #b72b1f #b71fab

Monochromatic Colors of #b71f5f

#b71f5f

Complementary Color

#b71f5f #1fb777

#b71f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71f5f Color CSS Codes

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

#b71f5f Text Font Color

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

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


#b71f5f Background Color

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

This div background color is #b71f5f


#b71f5f Border Color

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

This div border color is #b71f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71f5f


Comments

No comments written yet.

Please login to write comment.