Color Hex Logo

#bf85db Color Hex

#BF85DB
(191,133,219)
0 Favorites   0 Comments

Color spaces of #bf85db

RGB 191133219
HSL0.780.540.69
HSV280°39°86°
CMYK 0.130.390.00   0.14
XYZ42.659632.965971.1325
Yxy32.96590.29070.2246
Hunter Lab57.415932.1462-33.2631
CIE-Lab64.133337.4192-35.3791

#bf85db color RGB value is (191,133,219).

#bf85db hex color red value is 191, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf85db hue: 0.78 , saturation: 0.54 and the lightness value of bf85db is 0.69.

The process color (four color CMYK) of #bf85db color hex is 0.13, 0.39, 0.00, 0.14. Web safe color of #bf85db is #cc99cc. Color #bf85db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000101 11011011
Octal 277 205 333
Decimal 191 133 219
Hex BF 85 DB

RGB Percentages of Color #bf85db

%35.17
%24.49
%40.33

CMYK Percentages of Color #bf85db

%13
%39
%0
%14

Triadic Colors of #bf85db

#bf85db #dbbf85 #85dbbf

Analogous Colors of #bf85db

#bf85db #db85cc #9485db

Monochromatic Colors of #bf85db

#bf85db

Complementary Color

#bf85db #a1db85

#bf85db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf85db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf85db Color CSS Codes

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

#bf85db Text Font Color

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

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


#bf85db Background Color

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

This div background color is #bf85db


#bf85db Border Color

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

This div border color is #bf85db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf85db


Comments

No comments written yet.

Please login to write comment.