Color Hex Logo

#bb4bdb Color Hex

#BB4BDB
(187,75,219)
0 Favorites   0 Comments

Color spaces of #bb4bdb

RGB 18775219
HSL0.800.670.58
HSV287°66°86°
CMYK 0.150.660.00   0.14
XYZ35.795820.711469.1289
Yxy20.71140.28490.1649
Hunter Lab45.509860.7574-58.2041
CIE-Lab52.632265.2498-53.5636

#bb4bdb color RGB value is (187,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001011 11011011
Octal 273 113 333
Decimal 187 75 219
Hex BB 4B DB

RGB Percentages of Color #bb4bdb

%38.88
%15.59
%45.53

CMYK Percentages of Color #bb4bdb

%15
%66
%0
%14

Triadic Colors of #bb4bdb

#bb4bdb #dbbb4b #4bdbbb

Analogous Colors of #bb4bdb

#bb4bdb #db4bb3 #734bdb

Monochromatic Colors of #bb4bdb

#bb4bdb

Complementary Color

#bb4bdb #6bdb4b

#bb4bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4bdb Color CSS Codes

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

#bb4bdb Text Font Color

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

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


#bb4bdb Background Color

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

This div background color is #bb4bdb


#bb4bdb Border Color

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

This div border color is #bb4bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4bdb


Comments

No comments written yet.

Please login to write comment.