Color Hex Logo

#bc82fe Color Hex

#BC82FE
(188,130,254)
0 Favorites   0 Comments

Color spaces of #bc82fe

RGB 188130254
HSL0.740.980.75
HSV268°49°100°
CMYK 0.260.490.00   0.00
XYZ46.611133.812497.8357
Yxy33.81240.26150.1897
Hunter Lab58.148441.3238-59.0525
CIE-Lab64.813445.9606-53.6600

#bc82fe color RGB value is (188,130,254).

#bc82fe hex color red value is 188, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bc82fe hue: 0.74 , saturation: 0.98 and the lightness value of bc82fe is 0.75.

The process color (four color CMYK) of #bc82fe color hex is 0.26, 0.49, 0.00, 0.00. Web safe color of #bc82fe is #cc99ff. Color #bc82fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11111110
Octal 274 202 376
Decimal 188 130 254
Hex BC 82 FE

RGB Percentages of Color #bc82fe

%32.87
%22.73
%44.41

CMYK Percentages of Color #bc82fe

%26
%49
%0
%0

Triadic Colors of #bc82fe

#bc82fe #febc82 #82febc

Analogous Colors of #bc82fe

#bc82fe #fa82fe #8286fe

Monochromatic Colors of #bc82fe

#bc82fe

Complementary Color

#bc82fe #c4fe82

#bc82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82fe Color CSS Codes

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

#bc82fe Text Font Color

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

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


#bc82fe Background Color

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

This div background color is #bc82fe


#bc82fe Border Color

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

This div border color is #bc82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82fe


Comments

No comments written yet.

Please login to write comment.