Color Hex Logo

#b129bf Color Hex

#B129BF
(177,41,191)
0 Favorites   0 Comments

Color spaces of #b129bf

RGB 17741191
HSL0.820.650.45
HSV294°79°75°
CMYK 0.070.790.00   0.25
XYZ28.328414.694650.6335
Yxy14.69460.30250.1569
Hunter Lab38.333564.8274-51.4807
CIE-Lab45.213070.1390-49.4095

#b129bf color RGB value is (177,41,191).

#b129bf hex color red value is 177, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b129bf hue: 0.82 , saturation: 0.65 and the lightness value of b129bf is 0.45.

The process color (four color CMYK) of #b129bf color hex is 0.07, 0.79, 0.00, 0.25. Web safe color of #b129bf is #9933cc. Color #b129bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 10111111
Octal 261 51 277
Decimal 177 41 191
Hex B1 29 BF

RGB Percentages of Color #b129bf

%43.28
%10.02
%46.70

CMYK Percentages of Color #b129bf

%7
%79
%0
%25

Triadic Colors of #b129bf

#b129bf #bfb129 #29bfb1

Analogous Colors of #b129bf

#b129bf #bf2982 #6629bf

Monochromatic Colors of #b129bf

#b129bf

Complementary Color

#b129bf #37bf29

#b129bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129bf Color CSS Codes

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

#b129bf Text Font Color

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

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


#b129bf Background Color

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

This div background color is #b129bf


#b129bf Border Color

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

This div border color is #b129bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129bf


Comments

No comments written yet.

Please login to write comment.