Color Hex Logo

#b021ac Color Hex

#B021AC
(176,33,172)
0 Favorites   0 Comments

Color spaces of #b021ac

RGB 17633172
HSL0.840.680.41
HSV302°81°69°
CMYK 0.000.810.02   0.31
XYZ25.894713.296440.2314
Yxy13.29640.32600.1674
Hunter Lab36.464262.9476-39.8904
CIE-Lab43.206568.9358-41.4352

#b021ac color RGB value is (176,33,172).

#b021ac hex color red value is 176, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b021ac hue: 0.84 , saturation: 0.68 and the lightness value of b021ac is 0.41.

The process color (four color CMYK) of #b021ac color hex is 0.00, 0.81, 0.02, 0.31. Web safe color of #b021ac is #993399. Color #b021ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100001 10101100
Octal 260 41 254
Decimal 176 33 172
Hex B0 21 AC

RGB Percentages of Color #b021ac

%46.19
%8.66
%45.14

CMYK Percentages of Color #b021ac

%0
%81
%2
%31

Triadic Colors of #b021ac

#b021ac #acb021 #21acb0

Analogous Colors of #b021ac

#b021ac #b02165 #6d21b0

Monochromatic Colors of #b021ac

#b021ac

Complementary Color

#b021ac #21b025

#b021ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b021ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b021ac Color CSS Codes

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

#b021ac Text Font Color

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

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


#b021ac Background Color

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

This div background color is #b021ac


#b021ac Border Color

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

This div border color is #b021ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b021ac


Comments

No comments written yet.

Please login to write comment.