Color Hex Logo

#bc80db Color Hex

#BC80DB
(188,128,219)
0 Favorites   0 Comments

Color spaces of #bc80db

RGB 188128219
HSL0.780.560.68
HSV280°42°86°
CMYK 0.140.420.00   0.14
XYZ41.244431.244270.8747
Yxy31.24420.28770.2179
Hunter Lab55.896533.8910-36.0500
CIE-Lab62.713239.2592-37.6175

#bc80db color RGB value is (188,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 11011011
Octal 274 200 333
Decimal 188 128 219
Hex BC 80 DB

RGB Percentages of Color #bc80db

%35.14
%23.93
%40.93

CMYK Percentages of Color #bc80db

%14
%42
%0
%14

Triadic Colors of #bc80db

#bc80db #dbbc80 #80dbbc

Analogous Colors of #bc80db

#bc80db #db80cd #8f80db

Monochromatic Colors of #bc80db

#bc80db

Complementary Color

#bc80db #9fdb80

#bc80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc80db Color CSS Codes

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

#bc80db Text Font Color

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

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


#bc80db Background Color

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

This div background color is #bc80db


#bc80db Border Color

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

This div border color is #bc80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc80db


Comments

No comments written yet.

Please login to write comment.