Color Hex Logo

#bc9afa Color Hex

#BC9AFA
(188,154,250)
0 Favorites   0 Comments

Color spaces of #bc9afa

RGB 188154250
HSL0.730.910.79
HSV261°38°98°
CMYK 0.250.380.00   0.02
XYZ49.550040.704795.6877
Yxy40.70470.26650.2189
Hunter Lab63.800226.9803-44.2631
CIE-Lab69.968531.8588-43.3489

#bc9afa color RGB value is (188,154,250).

#bc9afa hex color red value is 188, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bc9afa hue: 0.73 , saturation: 0.91 and the lightness value of bc9afa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011010 11111010
Octal 274 232 372
Decimal 188 154 250
Hex BC 9A FA

RGB Percentages of Color #bc9afa

%31.76
%26.01
%42.23

CMYK Percentages of Color #bc9afa

%25
%38
%0
%2

Triadic Colors of #bc9afa

#bc9afa #fabc9a #9afabc

Analogous Colors of #bc9afa

#bc9afa #ec9afa #9aa8fa

Monochromatic Colors of #bc9afa

#bc9afa

Complementary Color

#bc9afa #d8fa9a

#bc9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9afa Color CSS Codes

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

#bc9afa Text Font Color

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

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


#bc9afa Background Color

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

This div background color is #bc9afa


#bc9afa Border Color

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

This div border color is #bc9afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9afa


Comments

No comments written yet.

Please login to write comment.