Color Hex Logo

#bc80ec Color Hex

#BC80EC
(188,128,236)
0 Favorites   0 Comments

Color spaces of #bc80ec

RGB 188128236
HSL0.760.740.71
HSV273°46°93°
CMYK 0.200.460.00   0.07
XYZ43.598532.185883.2715
Yxy32.18580.27410.2024
Hunter Lab56.732537.8939-47.3126
CIE-Lab63.496142.9537-45.8356

#bc80ec color RGB value is (188,128,236).

#bc80ec hex color red value is 188, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc80ec hue: 0.76 , saturation: 0.74 and the lightness value of bc80ec is 0.71.

The process color (four color CMYK) of #bc80ec color hex is 0.20, 0.46, 0.00, 0.07. Web safe color of #bc80ec is #cc99ff. Color #bc80ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 11101100
Octal 274 200 354
Decimal 188 128 236
Hex BC 80 EC

RGB Percentages of Color #bc80ec

%34.06
%23.19
%42.75

CMYK Percentages of Color #bc80ec

%20
%46
%0
%7

Triadic Colors of #bc80ec

#bc80ec #ecbc80 #80ecbc

Analogous Colors of #bc80ec

#bc80ec #ec80e6 #8680ec

Monochromatic Colors of #bc80ec

#bc80ec

Complementary Color

#bc80ec #b0ec80

#bc80ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc80ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc80ec Color CSS Codes

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

#bc80ec Text Font Color

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

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


#bc80ec Background Color

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

This div background color is #bc80ec


#bc80ec Border Color

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

This div border color is #bc80ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc80ec


Comments

No comments written yet.

Please login to write comment.