Color Hex Logo

#b73a4a Color Hex

#B73A4A
(183,58,74)
0 Favorites   0 Comments

Color spaces of #b73a4a

RGB 1835874
HSL0.980.520.47
HSV352°68°72°
CMYK 0.000.680.60   0.28
XYZ22.277513.58787.9271
Yxy13.58780.50870.3103
Hunter Lab36.861643.369413.0528
CIE-Lab43.635951.229219.3087

#b73a4a color RGB value is (183,58,74).

#b73a4a hex color red value is 183, green value is 58 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b73a4a hue: 0.98 , saturation: 0.52 and the lightness value of b73a4a is 0.47.

The process color (four color CMYK) of #b73a4a color hex is 0.00, 0.68, 0.60, 0.28. Web safe color of #b73a4a is #cc3333. Color #b73a4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111010 01001010
Octal 267 72 112
Decimal 183 58 74
Hex B7 3A 4A

RGB Percentages of Color #b73a4a

%58.10
%18.41
%23.49

CMYK Percentages of Color #b73a4a

%0
%68
%60
%28

Triadic Colors of #b73a4a

#b73a4a #4ab73a #3a4ab7

Analogous Colors of #b73a4a

#b73a4a #b7693a #b73a89

Monochromatic Colors of #b73a4a

#b73a4a

Complementary Color

#b73a4a #3ab7a7

#b73a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73a4a Color CSS Codes

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

#b73a4a Text Font Color

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

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


#b73a4a Background Color

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

This div background color is #b73a4a


#b73a4a Border Color

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

This div border color is #b73a4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73a4a


Comments

No comments written yet.

Please login to write comment.