Color Hex Logo

#b129da Color Hex

#B129DA
(177,41,218)
0 Favorites   0 Comments

Color spaces of #b129da

RGB 17741218
HSL0.790.710.51
HSV286°81°85°
CMYK 0.190.810.00   0.15
XYZ31.579315.994967.7526
Yxy15.99490.27380.1387
Hunter Lab39.993670.9562-72.4468
CIE-Lab46.967874.8915-62.1814

#b129da color RGB value is (177,41,218).

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

The process color (four color CMYK) of #b129da color hex is 0.19, 0.81, 0.00, 0.15. Web safe color of #b129da is #9933cc. Color #b129da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 11011010
Octal 261 51 332
Decimal 177 41 218
Hex B1 29 DA

RGB Percentages of Color #b129da

%40.60
%9.40
%50.00

CMYK Percentages of Color #b129da

%19
%81
%0
%15

Triadic Colors of #b129da

#b129da #dab129 #29dab1

Analogous Colors of #b129da

#b129da #da29ab #5829da

Monochromatic Colors of #b129da

#b129da

Complementary Color

#b129da #52da29

#b129da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129da Color CSS Codes

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

#b129da Text Font Color

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

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


#b129da Background Color

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

This div background color is #b129da


#b129da Border Color

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

This div border color is #b129da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129da


Comments

No comments written yet.

Please login to write comment.