Color Hex Logo

#b7142a Color Hex

#B7142A
(183,20,42)
0 Favorites   0 Comments

Color spaces of #b7142a

RGB 1832042
HSL0.980.800.40
HSV352°89°72°
CMYK 0.000.890.77   0.28
XYZ20.196510.73483.1980
Yxy10.73480.59180.3145
Hunter Lab32.764052.694617.1477
CIE-Lab39.130260.735933.3448

#b7142a color RGB value is (183,20,42).

#b7142a hex color red value is 183, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7142a hue: 0.98 , saturation: 0.80 and the lightness value of b7142a is 0.40.

The process color (four color CMYK) of #b7142a color hex is 0.00, 0.89, 0.77, 0.28. Web safe color of #b7142a is #cc0033. Color #b7142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 00101010
Octal 267 24 52
Decimal 183 20 42
Hex B7 14 2A

RGB Percentages of Color #b7142a

%74.69
%8.16
%17.14

CMYK Percentages of Color #b7142a

%0
%89
%77
%28

Triadic Colors of #b7142a

#b7142a #2ab714 #142ab7

Analogous Colors of #b7142a

#b7142a #b75014 #b7147c

Monochromatic Colors of #b7142a

#b7142a

Complementary Color

#b7142a #14b7a1

#b7142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7142a Color CSS Codes

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

#b7142a Text Font Color

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

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


#b7142a Background Color

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

This div background color is #b7142a


#b7142a Border Color

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

This div border color is #b7142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7142a


Comments

No comments written yet.

Please login to write comment.