Color Hex Logo

#bc81fa Color Hex

#BC81FA
(188,129,250)
0 Favorites   0 Comments

Color spaces of #bc81fa

RGB 188129250
HSL0.750.920.74
HSV269°48°98°
CMYK 0.250.480.00   0.02
XYZ45.844633.294094.4526
Yxy33.29400.26410.1918
Hunter Lab57.701040.8453-56.6631
CIE-Lab64.398345.5766-52.1250

#bc81fa color RGB value is (188,129,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 11111010
Octal 274 201 372
Decimal 188 129 250
Hex BC 81 FA

RGB Percentages of Color #bc81fa

%33.16
%22.75
%44.09

CMYK Percentages of Color #bc81fa

%25
%48
%0
%2

Triadic Colors of #bc81fa

#bc81fa #fabc81 #81fabc

Analogous Colors of #bc81fa

#bc81fa #f981fa #8183fa

Monochromatic Colors of #bc81fa

#bc81fa

Complementary Color

#bc81fa #bffa81

#bc81fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc81fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc81fa Color CSS Codes

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

#bc81fa Text Font Color

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

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


#bc81fa Background Color

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

This div background color is #bc81fa


#bc81fa Border Color

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

This div border color is #bc81fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc81fa


Comments

No comments written yet.

Please login to write comment.