Color Hex Logo

#bc80df Color Hex

#BC80DF
(188,128,223)
0 Favorites   0 Comments

Color spaces of #bc80df

RGB 188128223
HSL0.770.600.69
HSV278°43°87°
CMYK 0.160.430.00   0.13
XYZ41.777531.457473.6820
Yxy31.45740.28440.2141
Hunter Lab56.086934.8074-38.6291
CIE-Lab62.891940.1131-39.5684

#bc80df color RGB value is (188,128,223).

#bc80df hex color red value is 188, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc80df hue: 0.77 , saturation: 0.60 and the lightness value of bc80df is 0.69.

The process color (four color CMYK) of #bc80df color hex is 0.16, 0.43, 0.00, 0.13. Web safe color of #bc80df is #cc99cc. Color #bc80df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 11011111
Octal 274 200 337
Decimal 188 128 223
Hex BC 80 DF

RGB Percentages of Color #bc80df

%34.88
%23.75
%41.37

CMYK Percentages of Color #bc80df

%16
%43
%0
%13

Triadic Colors of #bc80df

#bc80df #dfbc80 #80dfbc

Analogous Colors of #bc80df

#bc80df #df80d3 #8d80df

Monochromatic Colors of #bc80df

#bc80df

Complementary Color

#bc80df #a3df80

#bc80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc80df Color CSS Codes

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

#bc80df Text Font Color

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

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


#bc80df Background Color

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

This div background color is #bc80df


#bc80df Border Color

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

This div border color is #bc80df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,128,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc80df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc80df


Comments

No comments written yet.

Please login to write comment.