Color Hex Logo

#b12052 Color Hex

#B12052
(177,32,82)
0 Favorites   0 Comments

Color spaces of #b12052

RGB 1773282
HSL0.940.690.41
HSV339°82°69°
CMYK 0.000.820.54   0.31
XYZ20.171010.98939.0407
Yxy10.98930.50180.2734
Hunter Lab33.150150.60007.0355
CIE-Lab39.562458.74708.5449

#b12052 color RGB value is (177,32,82).

#b12052 hex color red value is 177, green value is 32 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b12052 hue: 0.94 , saturation: 0.69 and the lightness value of b12052 is 0.41.

The process color (four color CMYK) of #b12052 color hex is 0.00, 0.82, 0.54, 0.31. Web safe color of #b12052 is #993366. Color #b12052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100000 01010010
Octal 261 40 122
Decimal 177 32 82
Hex B1 20 52

RGB Percentages of Color #b12052

%60.82
%11.00
%28.18

CMYK Percentages of Color #b12052

%0
%82
%54
%31

Triadic Colors of #b12052

#b12052 #52b120 #2052b1

Analogous Colors of #b12052

#b12052 #b13720 #b1209b

Monochromatic Colors of #b12052

#b12052

Complementary Color

#b12052 #20b17f

#b12052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12052 Color CSS Codes

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

#b12052 Text Font Color

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

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


#b12052 Background Color

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

This div background color is #b12052


#b12052 Border Color

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

This div border color is #b12052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12052


Comments

No comments written yet.

Please login to write comment.