Color Hex Logo

#bc85fa Color Hex

#BC85FA
(188,133,250)
0 Favorites   0 Comments

Color spaces of #bc85fa

RGB 188133250
HSL0.750.920.75
HSV268°47°98°
CMYK 0.250.470.00   0.02
XYZ46.381934.368694.6317
Yxy34.36860.26450.1960
Hunter Lab58.624738.6298-54.6682
CIE-Lab65.254143.4136-50.7699

#bc85fa color RGB value is (188,133,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 11111010
Octal 274 205 372
Decimal 188 133 250
Hex BC 85 FA

RGB Percentages of Color #bc85fa

%32.92
%23.29
%43.78

CMYK Percentages of Color #bc85fa

%25
%47
%0
%2

Triadic Colors of #bc85fa

#bc85fa #fabc85 #85fabc

Analogous Colors of #bc85fa

#bc85fa #f785fa #8589fa

Monochromatic Colors of #bc85fa

#bc85fa

Complementary Color

#bc85fa #c3fa85

#bc85fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc85fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc85fa Color CSS Codes

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

#bc85fa Text Font Color

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

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


#bc85fa Background Color

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

This div background color is #bc85fa


#bc85fa Border Color

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

This div border color is #bc85fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc85fa


Comments

No comments written yet.

Please login to write comment.