Color Hex Logo

#b72233 Color Hex

#B72233
(183,34,51)
0 Favorites   0 Comments

Color spaces of #b72233

RGB 1833451
HSL0.980.690.43
HSV353°81°72°
CMYK 0.000.810.72   0.28
XYZ20.698011.45044.2512
Yxy11.45040.56860.3146
Hunter Lab33.838449.966016.2382
CIE-Lab40.328958.018229.2693

#b72233 color RGB value is (183,34,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100010 00110011
Octal 267 42 63
Decimal 183 34 51
Hex B7 22 33

RGB Percentages of Color #b72233

%68.28
%12.69
%19.03

CMYK Percentages of Color #b72233

%0
%81
%72
%28

Triadic Colors of #b72233

#b72233 #33b722 #2233b7

Analogous Colors of #b72233

#b72233 #b75b22 #b7227e

Monochromatic Colors of #b72233

#b72233

Complementary Color

#b72233 #22b7a6

#b72233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72233 Color CSS Codes

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

#b72233 Text Font Color

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

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


#b72233 Background Color

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

This div background color is #b72233


#b72233 Border Color

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

This div border color is #b72233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72233


Comments

No comments written yet.

Please login to write comment.