Color Hex Logo

#bb19ac Color Hex

#BB19AC
(187,25,172)
0 Favorites   0 Comments

Color spaces of #bb19ac

RGB 18725172
HSL0.850.760.42
HSV306°87°73°
CMYK 0.000.870.08   0.27
XYZ28.287514.238640.2871
Yxy14.23860.34160.1719
Hunter Lab37.734167.7786-36.8876
CIE-Lab44.573272.7361-39.1450

#bb19ac color RGB value is (187,25,172).

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

The process color (four color CMYK) of #bb19ac color hex is 0.00, 0.87, 0.08, 0.27. Web safe color of #bb19ac is #cc0099. Color #bb19ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10101100
Octal 273 31 254
Decimal 187 25 172
Hex BB 19 AC

RGB Percentages of Color #bb19ac

%48.70
%6.51
%44.79

CMYK Percentages of Color #bb19ac

%0
%87
%8
%27

Triadic Colors of #bb19ac

#bb19ac #acbb19 #19acbb

Analogous Colors of #bb19ac

#bb19ac #bb195b #7919bb

Monochromatic Colors of #bb19ac

#bb19ac

Complementary Color

#bb19ac #19bb28

#bb19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb19ac Color CSS Codes

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

#bb19ac Text Font Color

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

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


#bb19ac Background Color

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

This div background color is #bb19ac


#bb19ac Border Color

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

This div border color is #bb19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb19ac


Comments

No comments written yet.

Please login to write comment.