Color Hex Logo

#b12889 Color Hex

#B12889
(177,40,137)
0 Favorites   0 Comments

Color spaces of #b12889

RGB 17740137
HSL0.880.630.43
HSV318°77°69°
CMYK 0.000.770.23   0.31
XYZ23.405612.670824.8790
Yxy12.67080.38400.2079
Hunter Lab35.596155.0766-16.5220
CIE-Lab42.263062.2651-21.8169

#b12889 color RGB value is (177,40,137).

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

The process color (four color CMYK) of #b12889 color hex is 0.00, 0.77, 0.23, 0.31. Web safe color of #b12889 is #993399. Color #b12889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 10001001
Octal 261 50 211
Decimal 177 40 137
Hex B1 28 89

RGB Percentages of Color #b12889

%50.00
%11.30
%38.70

CMYK Percentages of Color #b12889

%0
%77
%23
%31

Triadic Colors of #b12889

#b12889 #89b128 #2889b1

Analogous Colors of #b12889

#b12889 #b12845 #9528b1

Monochromatic Colors of #b12889

#b12889

Complementary Color

#b12889 #28b150

#b12889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12889 Color CSS Codes

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

#b12889 Text Font Color

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

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


#b12889 Background Color

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

This div background color is #b12889


#b12889 Border Color

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

This div border color is #b12889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12889


Comments

No comments written yet.

Please login to write comment.