Color Hex Logo

#b72242 Color Hex

#B72242
(183,34,66)
0 Favorites   0 Comments

Color spaces of #b72242

RGB 1833466
HSL0.960.690.43
HSV347°81°72°
CMYK 0.000.810.64   0.28
XYZ21.083811.60476.2829
Yxy11.60470.54100.2978
Hunter Lab34.065750.861612.9108
CIE-Lab40.580858.790020.2679

#b72242 color RGB value is (183,34,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100010 01000010
Octal 267 42 102
Decimal 183 34 66
Hex B7 22 42

RGB Percentages of Color #b72242

%64.66
%12.01
%23.32

CMYK Percentages of Color #b72242

%0
%81
%64
%28

Triadic Colors of #b72242

#b72242 #42b722 #2242b7

Analogous Colors of #b72242

#b72242 #b74d22 #b7228d

Monochromatic Colors of #b72242

#b72242

Complementary Color

#b72242 #22b797

#b72242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72242 Color CSS Codes

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

#b72242 Text Font Color

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

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


#b72242 Background Color

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

This div background color is #b72242


#b72242 Border Color

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

This div border color is #b72242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,34,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 #b72242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72242


Comments

No comments written yet.

Please login to write comment.