Color Hex Logo

#b72042 Color Hex

#B72042
(183,32,66)
0 Favorites   0 Comments

Color spaces of #b72042

RGB 1833266
HSL0.960.700.42
HSV346°83°72°
CMYK 0.000.830.64   0.28
XYZ21.028311.49376.2644
Yxy11.49370.54220.2963
Hunter Lab33.902451.387412.7762
CIE-Lab40.399859.304320.0318

#b72042 color RGB value is (183,32,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 01000010
Octal 267 40 102
Decimal 183 32 66
Hex B7 20 42

RGB Percentages of Color #b72042

%65.12
%11.39
%23.49

CMYK Percentages of Color #b72042

%0
%83
%64
%28

Triadic Colors of #b72042

#b72042 #42b720 #2042b7

Analogous Colors of #b72042

#b72042 #b74a20 #b7208e

Monochromatic Colors of #b72042

#b72042

Complementary Color

#b72042 #20b795

#b72042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72042 Color CSS Codes

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

#b72042 Text Font Color

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

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


#b72042 Background Color

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

This div background color is #b72042


#b72042 Border Color

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

This div border color is #b72042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72042


Comments

No comments written yet.

Please login to write comment.