Color Hex Logo

#b421ac Color Hex

#B421AC
(180,33,172)
0 Favorites   0 Comments

Color spaces of #b421ac

RGB 18033172
HSL0.840.690.42
HSV303°82°71°
CMYK 0.000.820.04   0.29
XYZ26.812613.769640.2743
Yxy13.76960.33160.1703
Hunter Lab37.107464.0403-38.3748
CIE-Lab43.900769.7291-40.2893

#b421ac color RGB value is (180,33,172).

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

The process color (four color CMYK) of #b421ac color hex is 0.00, 0.82, 0.04, 0.29. Web safe color of #b421ac is #cc3399. Color #b421ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 10101100
Octal 264 41 254
Decimal 180 33 172
Hex B4 21 AC

RGB Percentages of Color #b421ac

%46.75
%8.57
%44.68

CMYK Percentages of Color #b421ac

%0
%82
%4
%29

Triadic Colors of #b421ac

#b421ac #acb421 #21acb4

Analogous Colors of #b421ac

#b421ac #b42162 #7321b4

Monochromatic Colors of #b421ac

#b421ac

Complementary Color

#b421ac #21b429

#b421ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421ac Color CSS Codes

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

#b421ac Text Font Color

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

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


#b421ac Background Color

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

This div background color is #b421ac


#b421ac Border Color

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

This div border color is #b421ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b421ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421ac


Comments

No comments written yet.

Please login to write comment.