Color Hex Logo

#b413ac Color Hex

#B413AC
(180,19,172)
0 Favorites   0 Comments

Color spaces of #b413ac

RGB 18019172
HSL0.840.810.39
HSV303°89°71°
CMYK 0.000.890.04   0.29
XYZ26.501713.147640.1707
Yxy13.14760.33200.1647
Hunter Lab36.259667.0091-40.3035
CIE-Lab42.984872.4045-41.7452

#b413ac color RGB value is (180,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 10101100
Octal 264 23 254
Decimal 180 19 172
Hex B4 13 AC

RGB Percentages of Color #b413ac

%48.52
%5.12
%46.36

CMYK Percentages of Color #b413ac

%0
%89
%4
%29

Triadic Colors of #b413ac

#b413ac #acb413 #13acb4

Analogous Colors of #b413ac

#b413ac #b4135b #6c13b4

Monochromatic Colors of #b413ac

#b413ac

Complementary Color

#b413ac #13b41b

#b413ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413ac Color CSS Codes

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

#b413ac Text Font Color

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

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


#b413ac Background Color

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

This div background color is #b413ac


#b413ac Border Color

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

This div border color is #b413ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413ac


Comments

No comments written yet.

Please login to write comment.