Color Hex Logo

#b20732 Color Hex

#B20732
(178,7,50)
0 Favorites   0 Comments

Color spaces of #b20732

RGB 178750
HSL0.960.920.36
HSV345°96°70°
CMYK 0.000.960.72   0.30
XYZ19.01189.84723.9163
Yxy9.84720.58010.3004
Hunter Lab31.380253.229214.5667
CIE-Lab37.566861.522826.3376

#b20732 color RGB value is (178,7,50).

#b20732 hex color red value is 178, green value is 7 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b20732 hue: 0.96 , saturation: 0.92 and the lightness value of b20732 is 0.36.

The process color (four color CMYK) of #b20732 color hex is 0.00, 0.96, 0.72, 0.30. Web safe color of #b20732 is #990033. Color #b20732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000111 00110010
Octal 262 7 62
Decimal 178 7 50
Hex B2 7 32

RGB Percentages of Color #b20732

%75.74
%2.98
%21.28

CMYK Percentages of Color #b20732

%0
%96
%72
%30

Triadic Colors of #b20732

#b20732 #32b207 #0732b2

Analogous Colors of #b20732

#b20732 #b23207 #b20788

Monochromatic Colors of #b20732

#b20732

Complementary Color

#b20732 #07b287

#b20732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20732 Color CSS Codes

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

#b20732 Text Font Color

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

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


#b20732 Background Color

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

This div background color is #b20732


#b20732 Border Color

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

This div border color is #b20732


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,7,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b20732; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b20732;
  -webkit-box-shadow: 1px 1px 3px 2px #b20732;
  box-shadow:         1px 1px 3px 2px #b20732; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,7,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20732


Comments

No comments written yet.

Please login to write comment.