Color Hex Logo

#bd80db Color Hex

#BD80DB
(189,128,219)
0 Favorites   0 Comments

Color spaces of #bd80db

RGB 189128219
HSL0.780.560.68
HSV280°42°86°
CMYK 0.140.420.00   0.14
XYZ41.491631.371670.8863
Yxy31.37160.28860.2182
Hunter Lab56.010434.2119-35.8297
CIE-Lab62.820139.5534-37.4428

#bd80db color RGB value is (189,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11011011
Octal 275 200 333
Decimal 189 128 219
Hex BD 80 DB

RGB Percentages of Color #bd80db

%35.26
%23.88
%40.86

CMYK Percentages of Color #bd80db

%14
%42
%0
%14

Triadic Colors of #bd80db

#bd80db #dbbd80 #80dbbd

Analogous Colors of #bd80db

#bd80db #db80cc #9080db

Monochromatic Colors of #bd80db

#bd80db

Complementary Color

#bd80db #9edb80

#bd80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80db Color CSS Codes

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

#bd80db Text Font Color

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

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


#bd80db Background Color

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

This div background color is #bd80db


#bd80db Border Color

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

This div border color is #bd80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80db


Comments

No comments written yet.

Please login to write comment.