Color Hex Logo

#b021a1 Color Hex

#B021A1
(176,33,161)
0 Favorites   0 Comments

Color spaces of #b021a1

RGB 17633161
HSL0.850.680.41
HSV306°81°69°
CMYK 0.000.810.09   0.31
XYZ24.881412.891034.8950
Yxy12.89100.34240.1774
Hunter Lab35.904060.8679-32.4909
CIE-Lab42.598567.2719-35.8347

#b021a1 color RGB value is (176,33,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100001 10100001
Octal 260 41 241
Decimal 176 33 161
Hex B0 21 A1

RGB Percentages of Color #b021a1

%47.57
%8.92
%43.51

CMYK Percentages of Color #b021a1

%0
%81
%9
%31

Triadic Colors of #b021a1

#b021a1 #a1b021 #21a1b0

Analogous Colors of #b021a1

#b021a1 #b0215a #7821b0

Monochromatic Colors of #b021a1

#b021a1

Complementary Color

#b021a1 #21b030

#b021a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b021a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b021a1 Color CSS Codes

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

#b021a1 Text Font Color

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

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


#b021a1 Background Color

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

This div background color is #b021a1


#b021a1 Border Color

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

This div border color is #b021a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b021a1


Comments

No comments written yet.

Please login to write comment.