Color Hex Logo

#b129de Color Hex

#B129DE
(177,41,222)
0 Favorites   0 Comments

Color spaces of #b129de

RGB 17741222
HSL0.790.730.52
HSV285°82°87°
CMYK 0.200.820.00   0.13
XYZ32.109216.206970.5431
Yxy16.20690.27010.1364
Hunter Lab40.257871.9186-75.7125
CIE-Lab47.244875.6239-64.0165

#b129de color RGB value is (177,41,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 11011110
Octal 261 51 336
Decimal 177 41 222
Hex B1 29 DE

RGB Percentages of Color #b129de

%40.23
%9.32
%50.45

CMYK Percentages of Color #b129de

%20
%82
%0
%13

Triadic Colors of #b129de

#b129de #deb129 #29deb1

Analogous Colors of #b129de

#b129de #de29b1 #5729de

Monochromatic Colors of #b129de

#b129de

Complementary Color

#b129de #56de29

#b129de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b129de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b129de Color CSS Codes

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

#b129de Text Font Color

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

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


#b129de Background Color

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

This div background color is #b129de


#b129de Border Color

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

This div border color is #b129de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b129de


Comments

No comments written yet.

Please login to write comment.