Color Hex Logo

#b12873 Color Hex

#B12873
(177,40,115)
0 Favorites   0 Comments

Color spaces of #b12873

RGB 17740115
HSL0.910.630.43
HSV327°77°69°
CMYK 0.000.770.35   0.31
XYZ21.984812.102517.3969
Yxy12.10250.42700.2351
Hunter Lab34.788651.9235-5.2973
CIE-Lab41.378659.6030-9.5975

#b12873 color RGB value is (177,40,115).

#b12873 hex color red value is 177, green value is 40 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b12873 hue: 0.91 , saturation: 0.63 and the lightness value of b12873 is 0.43.

The process color (four color CMYK) of #b12873 color hex is 0.00, 0.77, 0.35, 0.31. Web safe color of #b12873 is #993366. Color #b12873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 01110011
Octal 261 50 163
Decimal 177 40 115
Hex B1 28 73

RGB Percentages of Color #b12873

%53.31
%12.05
%34.64

CMYK Percentages of Color #b12873

%0
%77
%35
%31

Triadic Colors of #b12873

#b12873 #73b128 #2873b1

Analogous Colors of #b12873

#b12873 #b1282f #ab28b1

Monochromatic Colors of #b12873

#b12873

Complementary Color

#b12873 #28b166

#b12873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12873 Color CSS Codes

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

#b12873 Text Font Color

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

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


#b12873 Background Color

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

This div background color is #b12873


#b12873 Border Color

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

This div border color is #b12873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12873


Comments

No comments written yet.

Please login to write comment.