Color Hex Logo

#bb19cf Color Hex

#BB19CF
(187,25,207)
0 Favorites   0 Comments

Color spaces of #bb19cf

RGB 18725207
HSL0.820.780.45
HSV293°88°81°
CMYK 0.100.880.00   0.19
XYZ32.103615.765160.3824
Yxy15.76510.29660.1456
Hunter Lab39.705374.8414-62.3724
CIE-Lab46.664878.1036-56.2734

#bb19cf color RGB value is (187,25,207).

#bb19cf hex color red value is 187, green value is 25 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb19cf hue: 0.82 , saturation: 0.78 and the lightness value of bb19cf is 0.45.

The process color (four color CMYK) of #bb19cf color hex is 0.10, 0.88, 0.00, 0.19. Web safe color of #bb19cf is #cc00cc. Color #bb19cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 11001111
Octal 273 31 317
Decimal 187 25 207
Hex BB 19 CF

RGB Percentages of Color #bb19cf

%44.63
%5.97
%49.40

CMYK Percentages of Color #bb19cf

%10
%88
%0
%19

Triadic Colors of #bb19cf

#bb19cf #cfbb19 #19cfbb

Analogous Colors of #bb19cf

#bb19cf #cf1988 #6019cf

Monochromatic Colors of #bb19cf

#bb19cf

Complementary Color

#bb19cf #2dcf19

#bb19cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb19cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb19cf Color CSS Codes

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

#bb19cf Text Font Color

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

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


#bb19cf Background Color

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

This div background color is #bb19cf


#bb19cf Border Color

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

This div border color is #bb19cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb19cf


Comments

No comments written yet.

Please login to write comment.