Color Hex Logo

#b72133 Color Hex

#B72133
(183,33,51)
0 Favorites   0 Comments

Color spaces of #b72133

RGB 1833351
HSL0.980.690.42
HSV353°82°72°
CMYK 0.000.820.72   0.28
XYZ20.669811.39404.2418
Yxy11.39400.56930.3138
Hunter Lab33.755050.232816.1779
CIE-Lab40.236358.280829.1596

#b72133 color RGB value is (183,33,51).

#b72133 hex color red value is 183, green value is 33 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b72133 hue: 0.98 , saturation: 0.69 and the lightness value of b72133 is 0.42.

The process color (four color CMYK) of #b72133 color hex is 0.00, 0.82, 0.72, 0.28. Web safe color of #b72133 is #cc3333. Color #b72133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100001 00110011
Octal 267 41 63
Decimal 183 33 51
Hex B7 21 33

RGB Percentages of Color #b72133

%68.54
%12.36
%19.10

CMYK Percentages of Color #b72133

%0
%82
%72
%28

Triadic Colors of #b72133

#b72133 #33b721 #2133b7

Analogous Colors of #b72133

#b72133 #b75a21 #b7217e

Monochromatic Colors of #b72133

#b72133

Complementary Color

#b72133 #21b7a5

#b72133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72133 Color CSS Codes

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

#b72133 Text Font Color

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

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


#b72133 Background Color

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

This div background color is #b72133


#b72133 Border Color

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

This div border color is #b72133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72133


Comments

No comments written yet.

Please login to write comment.