Color Hex Logo

#b029a4 Color Hex

#B029A4
(176,41,164)
0 Favorites   0 Comments

Color spaces of #b029a4

RGB 17641164
HSL0.850.620.43
HSV305°77°69°
CMYK 0.000.770.07   0.31
XYZ25.398313.496336.3884
Yxy13.49630.33740.1793
Hunter Lab36.737359.1155-33.0108
CIE-Lab43.501765.5786-36.2028

#b029a4 color RGB value is (176,41,164).

#b029a4 hex color red value is 176, green value is 41 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b029a4 hue: 0.85 , saturation: 0.62 and the lightness value of b029a4 is 0.43.

The process color (four color CMYK) of #b029a4 color hex is 0.00, 0.77, 0.07, 0.31. Web safe color of #b029a4 is #993399. Color #b029a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 10100100
Octal 260 51 244
Decimal 176 41 164
Hex B0 29 A4

RGB Percentages of Color #b029a4

%46.19
%10.76
%43.04

CMYK Percentages of Color #b029a4

%0
%77
%7
%31

Triadic Colors of #b029a4

#b029a4 #a4b029 #29a4b0

Analogous Colors of #b029a4

#b029a4 #b02961 #7929b0

Monochromatic Colors of #b029a4

#b029a4

Complementary Color

#b029a4 #29b035

#b029a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029a4 Color CSS Codes

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

#b029a4 Text Font Color

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

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


#b029a4 Background Color

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

This div background color is #b029a4


#b029a4 Border Color

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

This div border color is #b029a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029a4


Comments

No comments written yet.

Please login to write comment.