Color Hex Logo

#b129df Color Hex

#B129DF
(177,41,223)
0 Favorites   0 Comments

Color spaces of #b129df

RGB 17741223
HSL0.790.740.52
HSV285°82°87°
CMYK 0.210.820.00   0.13
XYZ32.243716.260771.2512
Yxy16.26070.26920.1358
Hunter Lab40.324672.1614-76.5349
CIE-Lab47.314775.8081-64.4731

#b129df color RGB value is (177,41,223).

#b129df hex color red value is 177, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b129df hue: 0.79 , saturation: 0.74 and the lightness value of b129df is 0.52.

The process color (four color CMYK) of #b129df color hex is 0.21, 0.82, 0.00, 0.13. Web safe color of #b129df is #9933cc. Color #b129df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 11011111
Octal 261 51 337
Decimal 177 41 223
Hex B1 29 DF

RGB Percentages of Color #b129df

%40.14
%9.30
%50.57

CMYK Percentages of Color #b129df

%21
%82
%0
%13

Triadic Colors of #b129df

#b129df #dfb129 #29dfb1

Analogous Colors of #b129df

#b129df #df29b2 #5629df

Monochromatic Colors of #b129df

#b129df

Complementary Color

#b129df #57df29

#b129df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129df Color CSS Codes

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

#b129df Text Font Color

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

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


#b129df Background Color

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

This div background color is #b129df


#b129df Border Color

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

This div border color is #b129df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129df


Comments

No comments written yet.

Please login to write comment.