Color Hex Logo

#bb19b8 Color Hex

#BB19B8
(187,25,184)
0 Favorites   0 Comments

Color spaces of #bb19b8

RGB 18725184
HSL0.840.760.42
HSV301°87°73°
CMYK 0.000.870.02   0.27
XYZ29.492914.720746.6343
Yxy14.72070.32460.1620
Hunter Lab38.367670.0686-45.2074
CIE-Lab45.249374.4980-45.1552

#bb19b8 color RGB value is (187,25,184).

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

The process color (four color CMYK) of #bb19b8 color hex is 0.00, 0.87, 0.02, 0.27. Web safe color of #bb19b8 is #cc00cc. Color #bb19b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10111000
Octal 273 31 270
Decimal 187 25 184
Hex BB 19 B8

RGB Percentages of Color #bb19b8

%47.22
%6.31
%46.46

CMYK Percentages of Color #bb19b8

%0
%87
%2
%27

Triadic Colors of #bb19b8

#bb19b8 #b8bb19 #19b8bb

Analogous Colors of #bb19b8

#bb19b8 #bb1967 #6d19bb

Monochromatic Colors of #bb19b8

#bb19b8

Complementary Color

#bb19b8 #19bb1c

#bb19b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb19b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb19b8 Color CSS Codes

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

#bb19b8 Text Font Color

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

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


#bb19b8 Background Color

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

This div background color is #bb19b8


#bb19b8 Border Color

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

This div border color is #bb19b8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,25,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb19b8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb19b8


Comments

No comments written yet.

Please login to write comment.