Color Hex Logo

#bd82db Color Hex

#BD82DB
(189,130,219)
0 Favorites   0 Comments

Color spaces of #bd82db

RGB 189130219
HSL0.780.550.68
HSV280°41°86°
CMYK 0.140.410.00   0.14
XYZ41.755131.898670.9741
Yxy31.89860.28870.2206
Hunter Lab56.478833.1280-34.9715
CIE-Lab63.259038.4628-36.7576

#bd82db color RGB value is (189,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 11011011
Octal 275 202 333
Decimal 189 130 219
Hex BD 82 DB

RGB Percentages of Color #bd82db

%35.13
%24.16
%40.71

CMYK Percentages of Color #bd82db

%14
%41
%0
%14

Triadic Colors of #bd82db

#bd82db #dbbd82 #82dbbd

Analogous Colors of #bd82db

#bd82db #db82cd #9182db

Monochromatic Colors of #bd82db

#bd82db

Complementary Color

#bd82db #a0db82

#bd82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82db Color CSS Codes

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

#bd82db Text Font Color

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

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


#bd82db Background Color

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

This div background color is #bd82db


#bd82db Border Color

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

This div border color is #bd82db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82db


Comments

No comments written yet.

Please login to write comment.