Color Hex Logo

#bf82db Color Hex

#BF82DB
(191,130,219)
0 Favorites   0 Comments

Color spaces of #bf82db

RGB 191130219
HSL0.780.550.68
HSV281°41°86°
CMYK 0.130.410.00   0.14
XYZ42.254732.156170.9975
Yxy32.15610.29060.2211
Hunter Lab56.706333.7731-34.5378
CIE-Lab63.471739.0559-36.4099

#bf82db color RGB value is (191,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 11011011
Octal 277 202 333
Decimal 191 130 219
Hex BF 82 DB

RGB Percentages of Color #bf82db

%35.37
%24.07
%40.56

CMYK Percentages of Color #bf82db

%13
%41
%0
%14

Triadic Colors of #bf82db

#bf82db #dbbf82 #82dbbf

Analogous Colors of #bf82db

#bf82db #db82cb #9382db

Monochromatic Colors of #bf82db

#bf82db

Complementary Color

#bf82db #9edb82

#bf82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf82db Color CSS Codes

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

#bf82db Text Font Color

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

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


#bf82db Background Color

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

This div background color is #bf82db


#bf82db Border Color

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

This div border color is #bf82db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf82db


Comments

No comments written yet.

Please login to write comment.