Color Hex Logo

#bb4cdb Color Hex

#BB4CDB
(187,76,219)
0 Favorites   0 Comments

Color spaces of #bb4cdb

RGB 18776219
HSL0.800.670.58
HSV287°65°86°
CMYK 0.150.650.00   0.14
XYZ35.864120.848269.1517
Yxy20.84820.28490.1656
Hunter Lab45.659860.3004-57.8327
CIE-Lab52.783064.8294-53.3226

#bb4cdb color RGB value is (187,76,219).

#bb4cdb hex color red value is 187, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb4cdb hue: 0.80 , saturation: 0.67 and the lightness value of bb4cdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001100 11011011
Octal 273 114 333
Decimal 187 76 219
Hex BB 4C DB

RGB Percentages of Color #bb4cdb

%38.80
%15.77
%45.44

CMYK Percentages of Color #bb4cdb

%15
%65
%0
%14

Triadic Colors of #bb4cdb

#bb4cdb #dbbb4c #4cdbbb

Analogous Colors of #bb4cdb

#bb4cdb #db4cb4 #744cdb

Monochromatic Colors of #bb4cdb

#bb4cdb

Complementary Color

#bb4cdb #6cdb4c

#bb4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4cdb Color CSS Codes

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

#bb4cdb Text Font Color

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

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


#bb4cdb Background Color

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

This div background color is #bb4cdb


#bb4cdb Border Color

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

This div border color is #bb4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4cdb


Comments

No comments written yet.

Please login to write comment.