Color Hex Logo

#bc6afa Color Hex

#BC6AFA
(188,106,250)
0 Favorites   0 Comments

Color spaces of #bc6afa

RGB 188106250
HSL0.760.940.70
HSV274°58°98°
CMYK 0.250.580.00   0.02
XYZ43.148427.901693.5538
Yxy27.90160.26210.1695
Hunter Lab52.822053.3719-68.0341
CIE-Lab59.799757.5549-59.4465

#bc6afa color RGB value is (188,106,250).

#bc6afa hex color red value is 188, green value is 106 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bc6afa hue: 0.76 , saturation: 0.94 and the lightness value of bc6afa is 0.70.

The process color (four color CMYK) of #bc6afa color hex is 0.25, 0.58, 0.00, 0.02. Web safe color of #bc6afa is #cc66ff. Color #bc6afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101010 11111010
Octal 274 152 372
Decimal 188 106 250
Hex BC 6A FA

RGB Percentages of Color #bc6afa

%34.56
%19.49
%45.96

CMYK Percentages of Color #bc6afa

%25
%58
%0
%2

Triadic Colors of #bc6afa

#bc6afa #fabc6a #6afabc

Analogous Colors of #bc6afa

#bc6afa #fa6af0 #746afa

Monochromatic Colors of #bc6afa

#bc6afa

Complementary Color

#bc6afa #a8fa6a

#bc6afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6afa Color CSS Codes

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

#bc6afa Text Font Color

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

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


#bc6afa Background Color

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

This div background color is #bc6afa


#bc6afa Border Color

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

This div border color is #bc6afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6afa


Comments

No comments written yet.

Please login to write comment.