Color Hex Logo

#bb71db Color Hex

#BB71DB
(187,113,219)
0 Favorites   0 Comments

Color spaces of #bb71db

RGB 187113219
HSL0.780.600.65
HSV282°48°86°
CMYK 0.150.480.00   0.14
XYZ39.184827.489570.2586
Yxy27.48950.28620.2008
Hunter Lab52.430441.6518-42.7494
CIE-Lab59.424747.0250-42.7837

#bb71db color RGB value is (187,113,219).

#bb71db hex color red value is 187, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb71db hue: 0.78 , saturation: 0.60 and the lightness value of bb71db is 0.65.

The process color (four color CMYK) of #bb71db color hex is 0.15, 0.48, 0.00, 0.14. Web safe color of #bb71db is #cc66cc. Color #bb71db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 11011011
Octal 273 161 333
Decimal 187 113 219
Hex BB 71 DB

RGB Percentages of Color #bb71db

%36.03
%21.77
%42.20

CMYK Percentages of Color #bb71db

%15
%48
%0
%14

Triadic Colors of #bb71db

#bb71db #dbbb71 #71dbbb

Analogous Colors of #bb71db

#bb71db #db71c6 #8671db

Monochromatic Colors of #bb71db

#bb71db

Complementary Color

#bb71db #91db71

#bb71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb71db Color CSS Codes

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

#bb71db Text Font Color

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

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


#bb71db Background Color

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

This div background color is #bb71db


#bb71db Border Color

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

This div border color is #bb71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb71db


Comments

No comments written yet.

Please login to write comment.