Color Hex Logo

#bc61fa Color Hex

#BC61FA
(188,97,250)
0 Favorites   0 Comments

Color spaces of #bc61fa

RGB 18897250
HSL0.770.940.68
HSV276°61°98°
CMYK 0.250.610.00   0.02
XYZ42.269126.142993.2607
Yxy26.14290.26140.1617
Hunter Lab51.130158.0876-72.3531
CIE-Lab58.172461.9408-62.0535

#bc61fa color RGB value is (188,97,250).

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

The process color (four color CMYK) of #bc61fa color hex is 0.25, 0.61, 0.00, 0.02. Web safe color of #bc61fa is #cc66ff. Color #bc61fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 11111010
Octal 274 141 372
Decimal 188 97 250
Hex BC 61 FA

RGB Percentages of Color #bc61fa

%35.14
%18.13
%46.73

CMYK Percentages of Color #bc61fa

%25
%61
%0
%2

Triadic Colors of #bc61fa

#bc61fa #fabc61 #61fabc

Analogous Colors of #bc61fa

#bc61fa #fa61ec #7061fa

Monochromatic Colors of #bc61fa

#bc61fa

Complementary Color

#bc61fa #9ffa61

#bc61fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc61fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc61fa Color CSS Codes

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

#bc61fa Text Font Color

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

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


#bc61fa Background Color

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

This div background color is #bc61fa


#bc61fa Border Color

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

This div border color is #bc61fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc61fa


Comments

No comments written yet.

Please login to write comment.