Color Hex Logo

#b029ba Color Hex

#B029BA
(176,41,186)
0 Favorites   0 Comments

Color spaces of #b029ba

RGB 17641186
HSL0.820.640.45
HSV296°78°73°
CMYK 0.050.780.00   0.27
XYZ27.560414.361247.7738
Yxy14.36120.30730.1601
Hunter Lab37.896263.4977-48.2166
CIE-Lab44.746569.1038-47.2400

#b029ba color RGB value is (176,41,186).

#b029ba hex color red value is 176, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b029ba hue: 0.82 , saturation: 0.64 and the lightness value of b029ba is 0.45.

The process color (four color CMYK) of #b029ba color hex is 0.05, 0.78, 0.00, 0.27. Web safe color of #b029ba is #9933cc. Color #b029ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 10111010
Octal 260 51 272
Decimal 176 41 186
Hex B0 29 BA

RGB Percentages of Color #b029ba

%43.67
%10.17
%46.15

CMYK Percentages of Color #b029ba

%5
%78
%0
%27

Triadic Colors of #b029ba

#b029ba #bab029 #29bab0

Analogous Colors of #b029ba

#b029ba #ba297c #6829ba

Monochromatic Colors of #b029ba

#b029ba

Complementary Color

#b029ba #33ba29

#b029ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029ba Color CSS Codes

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

#b029ba Text Font Color

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

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


#b029ba Background Color

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

This div background color is #b029ba


#b029ba Border Color

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

This div border color is #b029ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029ba


Comments

No comments written yet.

Please login to write comment.