Color Hex Logo

#b7183c Color Hex

#B7183C
(183,24,60)
0 Favorites   0 Comments

Color spaces of #b7183c

RGB 1832460
HSL0.960.770.41
HSV346°87°72°
CMYK 0.000.870.67   0.28
XYZ20.670711.04685.3177
Yxy11.04680.55810.2983
Hunter Lab33.236752.849113.7796
CIE-Lab39.659260.772822.8584

#b7183c color RGB value is (183,24,60).

#b7183c hex color red value is 183, green value is 24 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b7183c hue: 0.96 , saturation: 0.77 and the lightness value of b7183c is 0.41.

The process color (four color CMYK) of #b7183c color hex is 0.00, 0.87, 0.67, 0.28. Web safe color of #b7183c is #cc0033. Color #b7183c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011000 00111100
Octal 267 30 74
Decimal 183 24 60
Hex B7 18 3C

RGB Percentages of Color #b7183c

%68.54
%8.99
%22.47

CMYK Percentages of Color #b7183c

%0
%87
%67
%28

Triadic Colors of #b7183c

#b7183c #3cb718 #183cb7

Analogous Colors of #b7183c

#b7183c #b74318 #b7188c

Monochromatic Colors of #b7183c

#b7183c

Complementary Color

#b7183c #18b793

#b7183c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7183c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7183c Color CSS Codes

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

#b7183c Text Font Color

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

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


#b7183c Background Color

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

This div background color is #b7183c


#b7183c Border Color

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

This div border color is #b7183c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7183c


Comments

No comments written yet.

Please login to write comment.