Color Hex Logo

#bc3afa Color Hex

#BC3AFA
(188,58,250)
0 Favorites   0 Comments

Color spaces of #bc3afa

RGB 18858250
HSL0.780.950.60
HSV281°77°98°
CMYK 0.250.770.00   0.02
XYZ39.507420.619692.3402
Yxy20.61960.25910.1352
Hunter Lab45.408875.8364-88.7819
CIE-Lab52.530677.7593-71.1537

#bc3afa color RGB value is (188,58,250).

#bc3afa hex color red value is 188, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bc3afa hue: 0.78 , saturation: 0.95 and the lightness value of bc3afa is 0.60.

The process color (four color CMYK) of #bc3afa color hex is 0.25, 0.77, 0.00, 0.02. Web safe color of #bc3afa is #cc33ff. Color #bc3afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111010 11111010
Octal 274 72 372
Decimal 188 58 250
Hex BC 3A FA

RGB Percentages of Color #bc3afa

%37.90
%11.69
%50.40

CMYK Percentages of Color #bc3afa

%25
%77
%0
%2

Triadic Colors of #bc3afa

#bc3afa #fabc3a #3afabc

Analogous Colors of #bc3afa

#bc3afa #fa3ad8 #5c3afa

Monochromatic Colors of #bc3afa

#bc3afa

Complementary Color

#bc3afa #78fa3a

#bc3afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3afa Color CSS Codes

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

#bc3afa Text Font Color

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

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


#bc3afa Background Color

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

This div background color is #bc3afa


#bc3afa Border Color

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

This div border color is #bc3afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3afa


Comments

No comments written yet.

Please login to write comment.