Color Hex Logo

#b72442 Color Hex

#B72442
(183,36,66)
0 Favorites   0 Comments

Color spaces of #b72442

RGB 1833666
HSL0.970.670.43
HSV348°80°72°
CMYK 0.000.800.64   0.28
XYZ21.142711.72246.3026
Yxy11.72240.53980.2993
Hunter Lab34.238050.311113.0524
CIE-Lab40.771558.249820.5159

#b72442 color RGB value is (183,36,66).

#b72442 hex color red value is 183, green value is 36 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b72442 hue: 0.97 , saturation: 0.67 and the lightness value of b72442 is 0.43.

The process color (four color CMYK) of #b72442 color hex is 0.00, 0.80, 0.64, 0.28. Web safe color of #b72442 is #cc3333. Color #b72442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100100 01000010
Octal 267 44 102
Decimal 183 36 66
Hex B7 24 42

RGB Percentages of Color #b72442

%64.21
%12.63
%23.16

CMYK Percentages of Color #b72442

%0
%80
%64
%28

Triadic Colors of #b72442

#b72442 #42b724 #2442b7

Analogous Colors of #b72442

#b72442 #b75024 #b7248c

Monochromatic Colors of #b72442

#b72442

Complementary Color

#b72442 #24b799

#b72442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72442 Color CSS Codes

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

#b72442 Text Font Color

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

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


#b72442 Background Color

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

This div background color is #b72442


#b72442 Border Color

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

This div border color is #b72442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72442


Comments

No comments written yet.

Please login to write comment.