Color Hex Logo

#b129bd Color Hex

#B129BD
(177,41,189)
0 Favorites   0 Comments

Color spaces of #b129bd

RGB 17741189
HSL0.820.640.45
HSV295°78°74°
CMYK 0.060.780.00   0.26
XYZ28.109714.607149.4820
Yxy14.60710.30490.1584
Hunter Lab38.219264.4005-50.0086
CIE-Lab45.091369.8020-48.4357

#b129bd color RGB value is (177,41,189).

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

The process color (four color CMYK) of #b129bd color hex is 0.06, 0.78, 0.00, 0.26. Web safe color of #b129bd is #9933cc. Color #b129bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 10111101
Octal 261 51 275
Decimal 177 41 189
Hex B1 29 BD

RGB Percentages of Color #b129bd

%43.49
%10.07
%46.44

CMYK Percentages of Color #b129bd

%6
%78
%0
%26

Triadic Colors of #b129bd

#b129bd #bdb129 #29bdb1

Analogous Colors of #b129bd

#b129bd #bd297f #6729bd

Monochromatic Colors of #b129bd

#b129bd

Complementary Color

#b129bd #35bd29

#b129bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129bd Color CSS Codes

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

#b129bd Text Font Color

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

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


#b129bd Background Color

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

This div background color is #b129bd


#b129bd Border Color

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

This div border color is #b129bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129bd


Comments

No comments written yet.

Please login to write comment.