Color Hex Logo

#bb1cdb Color Hex

#BB1CDB
(187,28,219)
0 Favorites   0 Comments

Color spaces of #bb1cdb

RGB 18728219
HSL0.810.770.48
HSV290°87°86°
CMYK 0.150.870.00   0.14
XYZ33.695016.509868.4286
Yxy16.50980.28400.1392
Hunter Lab40.632376.9178-71.4075
CIE-Lab47.636379.5770-61.5947

#bb1cdb color RGB value is (187,28,219).

#bb1cdb hex color red value is 187, green value is 28 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb1cdb hue: 0.81 , saturation: 0.77 and the lightness value of bb1cdb is 0.48.

The process color (four color CMYK) of #bb1cdb color hex is 0.15, 0.87, 0.00, 0.14. Web safe color of #bb1cdb is #cc33cc. Color #bb1cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011100 11011011
Octal 273 34 333
Decimal 187 28 219
Hex BB 1C DB

RGB Percentages of Color #bb1cdb

%43.09
%6.45
%50.46

CMYK Percentages of Color #bb1cdb

%15
%87
%0
%14

Triadic Colors of #bb1cdb

#bb1cdb #dbbb1c #1cdbbb

Analogous Colors of #bb1cdb

#bb1cdb #db1c9c #5c1cdb

Monochromatic Colors of #bb1cdb

#bb1cdb

Complementary Color

#bb1cdb #3cdb1c

#bb1cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1cdb Color CSS Codes

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

#bb1cdb Text Font Color

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

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


#bb1cdb Background Color

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

This div background color is #bb1cdb


#bb1cdb Border Color

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

This div border color is #bb1cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1cdb


Comments

No comments written yet.

Please login to write comment.