Color Hex Logo

#b129e1 Color Hex

#B129E1
(177,41,225)
0 Favorites   0 Comments

Color spaces of #b129e1

RGB 17741225
HSL0.790.750.52
HSV284°82°88°
CMYK 0.210.820.00   0.12
XYZ32.515016.369272.6800
Yxy16.36920.26750.1347
Hunter Lab40.458972.6495-78.1869
CIE-Lab47.455276.1778-65.3838

#b129e1 color RGB value is (177,41,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 11100001
Octal 261 51 341
Decimal 177 41 225
Hex B1 29 E1

RGB Percentages of Color #b129e1

%39.95
%9.26
%50.79

CMYK Percentages of Color #b129e1

%21
%82
%0
%12

Triadic Colors of #b129e1

#b129e1 #e1b129 #29e1b1

Analogous Colors of #b129e1

#b129e1 #e129b5 #5529e1

Monochromatic Colors of #b129e1

#b129e1

Complementary Color

#b129e1 #59e129

#b129e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129e1 Color CSS Codes

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

#b129e1 Text Font Color

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

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


#b129e1 Background Color

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

This div background color is #b129e1


#b129e1 Border Color

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

This div border color is #b129e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129e1


Comments

No comments written yet.

Please login to write comment.