Color Hex Logo

#b819ac Color Hex

#B819AC
(184,25,172)
0 Favorites   0 Comments

Color spaces of #b819ac

RGB 18425172
HSL0.850.760.41
HSV305°86°72°
CMYK 0.000.860.07   0.28
XYZ27.561213.864240.2531
Yxy13.86420.33740.1697
Hunter Lab37.234766.9655-38.0321
CIE-Lab44.037572.1630-40.0281

#b819ac color RGB value is (184,25,172).

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

The process color (four color CMYK) of #b819ac color hex is 0.00, 0.86, 0.07, 0.28. Web safe color of #b819ac is #cc0099. Color #b819ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011001 10101100
Octal 270 31 254
Decimal 184 25 172
Hex B8 19 AC

RGB Percentages of Color #b819ac

%48.29
%6.56
%45.14

CMYK Percentages of Color #b819ac

%0
%86
%7
%28

Triadic Colors of #b819ac

#b819ac #acb819 #19acb8

Analogous Colors of #b819ac

#b819ac #b8195d #7519b8

Monochromatic Colors of #b819ac

#b819ac

Complementary Color

#b819ac #19b825

#b819ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b819ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b819ac Color CSS Codes

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

#b819ac Text Font Color

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

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


#b819ac Background Color

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

This div background color is #b819ac


#b819ac Border Color

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

This div border color is #b819ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b819ac


Comments

No comments written yet.

Please login to write comment.