Color Hex Logo

#bc95fa Color Hex

#BC95FA
(188,149,250)
0 Favorites   0 Comments

Color spaces of #bc95fa

RGB 188149250
HSL0.730.910.78
HSV263°40°98°
CMYK 0.250.400.00   0.02
XYZ48.741839.088495.4183
Yxy39.08840.26600.2133
Hunter Lab62.520729.7492-46.7231
CIE-Lab68.815334.6299-45.1574

#bc95fa color RGB value is (188,149,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 11111010
Octal 274 225 372
Decimal 188 149 250
Hex BC 95 FA

RGB Percentages of Color #bc95fa

%32.03
%25.38
%42.59

CMYK Percentages of Color #bc95fa

%25
%40
%0
%2

Triadic Colors of #bc95fa

#bc95fa #fabc95 #95fabc

Analogous Colors of #bc95fa

#bc95fa #ef95fa #95a1fa

Monochromatic Colors of #bc95fa

#bc95fa

Complementary Color

#bc95fa #d3fa95

#bc95fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc95fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc95fa Color CSS Codes

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

#bc95fa Text Font Color

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

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


#bc95fa Background Color

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

This div background color is #bc95fa


#bc95fa Border Color

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

This div border color is #bc95fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc95fa


Comments

No comments written yet.

Please login to write comment.