Color Hex Logo

#b12554 Color Hex

#B12554
(177,37,84)
0 Favorites   0 Comments

Color spaces of #b12554

RGB 1773784
HSL0.940.650.42
HSV340°79°69°
CMYK 0.000.790.53   0.31
XYZ20.393311.31039.4958
Yxy11.31030.49500.2745
Hunter Lab33.630849.38636.8008
CIE-Lab40.098357.52918.0286

#b12554 color RGB value is (177,37,84).

#b12554 hex color red value is 177, green value is 37 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b12554 hue: 0.94 , saturation: 0.65 and the lightness value of b12554 is 0.42.

The process color (four color CMYK) of #b12554 color hex is 0.00, 0.79, 0.53, 0.31. Web safe color of #b12554 is #993366. Color #b12554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100101 01010100
Octal 261 45 124
Decimal 177 37 84
Hex B1 25 54

RGB Percentages of Color #b12554

%59.40
%12.42
%28.19

CMYK Percentages of Color #b12554

%0
%79
%53
%31

Triadic Colors of #b12554

#b12554 #54b125 #2554b1

Analogous Colors of #b12554

#b12554 #b13c25 #b1259a

Monochromatic Colors of #b12554

#b12554

Complementary Color

#b12554 #25b182

#b12554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12554 Color CSS Codes

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

#b12554 Text Font Color

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

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


#b12554 Background Color

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

This div background color is #b12554


#b12554 Border Color

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

This div border color is #b12554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12554


Comments

No comments written yet.

Please login to write comment.