Color Hex Logo

#b028aa Color Hex

#B028AA
(176,40,170)
0 Favorites   0 Comments

Color spaces of #b028aa

RGB 17640170
HSL0.840.630.42
HSV303°77°69°
CMYK 0.000.770.03   0.31
XYZ25.919013.650039.2988
Yxy13.65000.32860.1731
Hunter Lab36.945960.5694-37.2037
CIE-Lab43.726766.7946-39.4206

#b028aa color RGB value is (176,40,170).

#b028aa hex color red value is 176, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b028aa hue: 0.84 , saturation: 0.63 and the lightness value of b028aa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 10101010
Octal 260 50 252
Decimal 176 40 170
Hex B0 28 AA

RGB Percentages of Color #b028aa

%45.60
%10.36
%44.04

CMYK Percentages of Color #b028aa

%0
%77
%3
%31

Triadic Colors of #b028aa

#b028aa #aab028 #28aab0

Analogous Colors of #b028aa

#b028aa #b02866 #7228b0

Monochromatic Colors of #b028aa

#b028aa

Complementary Color

#b028aa #28b02e

#b028aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b028aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b028aa Color CSS Codes

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

#b028aa Text Font Color

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

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


#b028aa Background Color

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

This div background color is #b028aa


#b028aa Border Color

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

This div border color is #b028aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b028aa


Comments

No comments written yet.

Please login to write comment.