Color Hex Logo

#bc96fa Color Hex

#BC96FA
(188,150,250)
0 Favorites   0 Comments

Color spaces of #bc96fa

RGB 188150250
HSL0.730.910.78
HSV263°40°98°
CMYK 0.250.400.00   0.02
XYZ48.900739.406295.4713
Yxy39.40620.26610.2144
Hunter Lab62.774429.1949-46.2300
CIE-Lab69.044534.0762-44.7976

#bc96fa color RGB value is (188,150,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 11111010
Octal 274 226 372
Decimal 188 150 250
Hex BC 96 FA

RGB Percentages of Color #bc96fa

%31.97
%25.51
%42.52

CMYK Percentages of Color #bc96fa

%25
%40
%0
%2

Triadic Colors of #bc96fa

#bc96fa #fabc96 #96fabc

Analogous Colors of #bc96fa

#bc96fa #ee96fa #96a2fa

Monochromatic Colors of #bc96fa

#bc96fa

Complementary Color

#bc96fa #d4fa96

#bc96fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc96fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc96fa Color CSS Codes

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

#bc96fa Text Font Color

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

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


#bc96fa Background Color

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

This div background color is #bc96fa


#bc96fa Border Color

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

This div border color is #bc96fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc96fa


Comments

No comments written yet.

Please login to write comment.