Color Hex Logo

#b32072 Color Hex

#B32072
(179,32,114)
0 Favorites   0 Comments

Color spaces of #b32072

RGB 17932114
HSL0.910.700.41
HSV327°82°70°
CMYK 0.000.820.36   0.30
XYZ22.144211.831617.0362
Yxy11.83160.43410.2319
Hunter Lab34.397154.7200-5.2872
CIE-Lab40.947262.2022-9.5859

#b32072 color RGB value is (179,32,114).

#b32072 hex color red value is 179, green value is 32 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b32072 hue: 0.91 , saturation: 0.70 and the lightness value of b32072 is 0.41.

The process color (four color CMYK) of #b32072 color hex is 0.00, 0.82, 0.36, 0.30. Web safe color of #b32072 is #cc3366. Color #b32072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 01110010
Octal 263 40 162
Decimal 179 32 114
Hex B3 20 72

RGB Percentages of Color #b32072

%55.08
%9.85
%35.08

CMYK Percentages of Color #b32072

%0
%82
%36
%30

Triadic Colors of #b32072

#b32072 #72b320 #2072b3

Analogous Colors of #b32072

#b32072 #b32028 #ab20b3

Monochromatic Colors of #b32072

#b32072

Complementary Color

#b32072 #20b361

#b32072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32072 Color CSS Codes

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

#b32072 Text Font Color

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

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


#b32072 Background Color

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

This div background color is #b32072


#b32072 Border Color

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

This div border color is #b32072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,32,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32072


Comments

No comments written yet.

Please login to write comment.