Color Hex Logo

#bc82fa Color Hex

#BC82FA
(188,130,250)
0 Favorites   0 Comments

Color spaces of #bc82fa

RGB 188130250
HSL0.750.920.75
HSV269°48°98°
CMYK 0.250.480.00   0.02
XYZ45.977033.558894.4967
Yxy33.55880.26420.1928
Hunter Lab57.930040.2918-56.1643
CIE-Lab64.610845.0374-51.7882

#bc82fa color RGB value is (188,130,250).

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

The process color (four color CMYK) of #bc82fa color hex is 0.25, 0.48, 0.00, 0.02. Web safe color of #bc82fa is #cc99ff. Color #bc82fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11111010
Octal 274 202 372
Decimal 188 130 250
Hex BC 82 FA

RGB Percentages of Color #bc82fa

%33.10
%22.89
%44.01

CMYK Percentages of Color #bc82fa

%25
%48
%0
%2

Triadic Colors of #bc82fa

#bc82fa #fabc82 #82fabc

Analogous Colors of #bc82fa

#bc82fa #f882fa #8284fa

Monochromatic Colors of #bc82fa

#bc82fa

Complementary Color

#bc82fa #c0fa82

#bc82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82fa Color CSS Codes

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

#bc82fa Text Font Color

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

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


#bc82fa Background Color

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

This div background color is #bc82fa


#bc82fa Border Color

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

This div border color is #bc82fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82fa

Related Colors


Comments

No comments written yet.

Please login to write comment.