Color Hex Logo

#b129ea Color Hex

#B129EA
(177,41,234)
0 Favorites   0 Comments

Color spaces of #b129ea

RGB 17741234
HSL0.780.820.54
HSV282°82°92°
CMYK 0.240.820.00   0.08
XYZ33.775716.873579.3186
Yxy16.87350.25990.1298
Hunter Lab41.077474.8855-85.7322
CIE-Lab48.100277.8597-69.4392

#b129ea color RGB value is (177,41,234).

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

The process color (four color CMYK) of #b129ea color hex is 0.24, 0.82, 0.00, 0.08. Web safe color of #b129ea is #9933ff. Color #b129ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 11101010
Octal 261 51 352
Decimal 177 41 234
Hex B1 29 EA

RGB Percentages of Color #b129ea

%39.16
%9.07
%51.77

CMYK Percentages of Color #b129ea

%24
%82
%0
%8

Triadic Colors of #b129ea

#b129ea #eab129 #29eab1

Analogous Colors of #b129ea

#b129ea #ea29c3 #5129ea

Monochromatic Colors of #b129ea

#b129ea

Complementary Color

#b129ea #62ea29

#b129ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129ea Color CSS Codes

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

#b129ea Text Font Color

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

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


#b129ea Background Color

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

This div background color is #b129ea


#b129ea Border Color

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

This div border color is #b129ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129ea


Comments

No comments written yet.

Please login to write comment.