Color Hex Logo

#bc4afa Color Hex

#BC4AFA
(188,74,250)
0 Favorites   0 Comments

Color spaces of #bc4afa

RGB 18874250
HSL0.770.950.64
HSV279°70°98°
CMYK 0.250.700.00   0.02
XYZ40.443122.491192.6521
Yxy22.49110.25990.1446
Hunter Lab47.424869.2286-82.6354
CIE-Lab54.544272.0029-67.8949

#bc4afa color RGB value is (188,74,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 11111010
Octal 274 112 372
Decimal 188 74 250
Hex BC 4A FA

RGB Percentages of Color #bc4afa

%36.72
%14.45
%48.83

CMYK Percentages of Color #bc4afa

%25
%70
%0
%2

Triadic Colors of #bc4afa

#bc4afa #fabc4a #4afabc

Analogous Colors of #bc4afa

#bc4afa #fa4ae0 #644afa

Monochromatic Colors of #bc4afa

#bc4afa

Complementary Color

#bc4afa #88fa4a

#bc4afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4afa Color CSS Codes

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

#bc4afa Text Font Color

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

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


#bc4afa Background Color

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

This div background color is #bc4afa


#bc4afa Border Color

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

This div border color is #bc4afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4afa

Related Colors


Comments

No comments written yet.

Please login to write comment.