Color Hex Logo

#bc84fa Color Hex

#BC84FA
(188,132,250)
0 Favorites   0 Comments

Color spaces of #bc84fa

RGB 188132250
HSL0.750.920.75
HSV268°47°98°
CMYK 0.250.470.00   0.02
XYZ46.245634.096094.5863
Yxy34.09600.26440.1949
Hunter Lab58.391839.1843-55.1670
CIE-Lab65.038743.9561-51.1108

#bc84fa color RGB value is (188,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 11111010
Octal 274 204 372
Decimal 188 132 250
Hex BC 84 FA

RGB Percentages of Color #bc84fa

%32.98
%23.16
%43.86

CMYK Percentages of Color #bc84fa

%25
%47
%0
%2

Triadic Colors of #bc84fa

#bc84fa #fabc84 #84fabc

Analogous Colors of #bc84fa

#bc84fa #f784fa #8487fa

Monochromatic Colors of #bc84fa

#bc84fa

Complementary Color

#bc84fa #c2fa84

#bc84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc84fa Color CSS Codes

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

#bc84fa Text Font Color

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

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


#bc84fa Background Color

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

This div background color is #bc84fa


#bc84fa Border Color

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

This div border color is #bc84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc84fa

Related Colors


Comments

No comments written yet.

Please login to write comment.