Color Hex Logo

#b12452 Color Hex

#B12452
(177,36,82)
0 Favorites   0 Comments

Color spaces of #b12452

RGB 1773682
HSL0.950.660.42
HSV340°80°69°
CMYK 0.000.800.54   0.31
XYZ20.285311.21819.0788
Yxy11.21810.49990.2764
Hunter Lab33.493449.49507.3741
CIE-Lab39.945457.65869.0828

#b12452 color RGB value is (177,36,82).

#b12452 hex color red value is 177, green value is 36 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b12452 hue: 0.95 , saturation: 0.66 and the lightness value of b12452 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 01010010
Octal 261 44 122
Decimal 177 36 82
Hex B1 24 52

RGB Percentages of Color #b12452

%60.00
%12.20
%27.80

CMYK Percentages of Color #b12452

%0
%80
%54
%31

Triadic Colors of #b12452

#b12452 #52b124 #2452b1

Analogous Colors of #b12452

#b12452 #b13d24 #b12499

Monochromatic Colors of #b12452

#b12452

Complementary Color

#b12452 #24b183

#b12452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12452 Color CSS Codes

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

#b12452 Text Font Color

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

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


#b12452 Background Color

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

This div background color is #b12452


#b12452 Border Color

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

This div border color is #b12452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12452


Comments

No comments written yet.

Please login to write comment.