Color Hex Logo

#b412ac Color Hex

#B412AC
(180,18,172)
0 Favorites   0 Comments

Color spaces of #b412ac

RGB 18018172
HSL0.840.820.39
HSV303°90°71°
CMYK 0.000.900.04   0.29
XYZ26.485113.114540.1652
Yxy13.11450.33200.1644
Hunter Lab36.213967.1717-40.4093
CIE-Lab42.935372.5498-41.8241

#b412ac color RGB value is (180,18,172).

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

The process color (four color CMYK) of #b412ac color hex is 0.00, 0.90, 0.04, 0.29. Web safe color of #b412ac is #cc0099. Color #b412ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 10101100
Octal 264 22 254
Decimal 180 18 172
Hex B4 12 AC

RGB Percentages of Color #b412ac

%48.65
%4.86
%46.49

CMYK Percentages of Color #b412ac

%0
%90
%4
%29

Triadic Colors of #b412ac

#b412ac #acb412 #12acb4

Analogous Colors of #b412ac

#b412ac #b4125b #6b12b4

Monochromatic Colors of #b412ac

#b412ac

Complementary Color

#b412ac #12b41a

#b412ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b412ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b412ac Color CSS Codes

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

#b412ac Text Font Color

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

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


#b412ac Background Color

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

This div background color is #b412ac


#b412ac Border Color

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

This div border color is #b412ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b412ac


Comments

No comments written yet.

Please login to write comment.