Color Hex Logo

#b12999 Color Hex

#B12999
(177,41,153)
0 Favorites   0 Comments

Color spaces of #b12999

RGB 17741153
HSL0.860.620.43
HSV311°77°69°
CMYK 0.000.770.14   0.31
XYZ24.674213.232931.3907
Yxy13.23290.35610.1910
Hunter Lab36.377157.4150-25.6989
CIE-Lab43.112164.1680-30.2052

#b12999 color RGB value is (177,41,153).

#b12999 hex color red value is 177, green value is 41 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b12999 hue: 0.86 , saturation: 0.62 and the lightness value of b12999 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 10011001
Octal 261 51 231
Decimal 177 41 153
Hex B1 29 99

RGB Percentages of Color #b12999

%47.71
%11.05
%41.24

CMYK Percentages of Color #b12999

%0
%77
%14
%31

Triadic Colors of #b12999

#b12999 #99b129 #2999b1

Analogous Colors of #b12999

#b12999 #b12955 #8529b1

Monochromatic Colors of #b12999

#b12999

Complementary Color

#b12999 #29b141

#b12999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12999 Color CSS Codes

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

#b12999 Text Font Color

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

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


#b12999 Background Color

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

This div background color is #b12999


#b12999 Border Color

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

This div border color is #b12999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12999


Comments

No comments written yet.

Please login to write comment.