Color Hex Logo

#b029bb Color Hex

#B029BB
(176,41,187)
0 Favorites   0 Comments

Color spaces of #b029bb

RGB 17641187
HSL0.820.640.45
HSV295°78°73°
CMYK 0.060.780.00   0.27
XYZ27.667114.403848.3357
Yxy14.40380.30600.1593
Hunter Lab37.952363.7092-48.9445
CIE-Lab44.806569.2717-47.7300

#b029bb color RGB value is (176,41,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 10111011
Octal 260 51 273
Decimal 176 41 187
Hex B0 29 BB

RGB Percentages of Color #b029bb

%43.56
%10.15
%46.29

CMYK Percentages of Color #b029bb

%6
%78
%0
%27

Triadic Colors of #b029bb

#b029bb #bbb029 #29bbb0

Analogous Colors of #b029bb

#b029bb #bb297d #6729bb

Monochromatic Colors of #b029bb

#b029bb

Complementary Color

#b029bb #34bb29

#b029bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029bb Color CSS Codes

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

#b029bb Text Font Color

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

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


#b029bb Background Color

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

This div background color is #b029bb


#b029bb Border Color

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

This div border color is #b029bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029bb


Comments

No comments written yet.

Please login to write comment.