Color Hex Logo

#bc83fa Color Hex

#BC83FA
(188,131,250)
0 Favorites   0 Comments

Color spaces of #bc83fa

RGB 188131250
HSL0.750.920.75
HSV269°48°98°
CMYK 0.250.480.00   0.02
XYZ46.110733.826194.5413
Yxy33.82610.26430.1939
Hunter Lab58.160239.7384-55.6657
CIE-Lab64.824344.4974-51.4502

#bc83fa color RGB value is (188,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 11111010
Octal 274 203 372
Decimal 188 131 250
Hex BC 83 FA

RGB Percentages of Color #bc83fa

%33.04
%23.02
%43.94

CMYK Percentages of Color #bc83fa

%25
%48
%0
%2

Triadic Colors of #bc83fa

#bc83fa #fabc83 #83fabc

Analogous Colors of #bc83fa

#bc83fa #f883fa #8386fa

Monochromatic Colors of #bc83fa

#bc83fa

Complementary Color

#bc83fa #c1fa83

#bc83fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc83fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc83fa Color CSS Codes

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

#bc83fa Text Font Color

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

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


#bc83fa Background Color

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

This div background color is #bc83fa


#bc83fa Border Color

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

This div border color is #bc83fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc83fa


Comments

No comments written yet.

Please login to write comment.