Color Hex Logo

#b419ac Color Hex

#B419AC
(180,25,172)
0 Favorites   0 Comments

Color spaces of #b419ac

RGB 18025172
HSL0.840.760.40
HSV303°86°71°
CMYK 0.000.860.04   0.29
XYZ26.616413.377140.2089
Yxy13.37710.33190.1668
Hunter Lab36.574765.8935-39.5789
CIE-Lab43.326071.4042-41.2023

#b419ac color RGB value is (180,25,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 10101100
Octal 264 31 254
Decimal 180 25 172
Hex B4 19 AC

RGB Percentages of Color #b419ac

%47.75
%6.63
%45.62

CMYK Percentages of Color #b419ac

%0
%86
%4
%29

Triadic Colors of #b419ac

#b419ac #acb419 #19acb4

Analogous Colors of #b419ac

#b419ac #b4195f #6f19b4

Monochromatic Colors of #b419ac

#b419ac

Complementary Color

#b419ac #19b421

#b419ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419ac Color CSS Codes

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

#b419ac Text Font Color

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

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


#b419ac Background Color

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

This div background color is #b419ac


#b419ac Border Color

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

This div border color is #b419ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419ac


Comments

No comments written yet.

Please login to write comment.