Color Hex Logo

#bc5cfa Color Hex

#BC5CFA
(188,92,250)
0 Favorites   0 Comments

Color spaces of #bc5cfa

RGB 18892250
HSL0.770.940.67
HSV276°63°98°
CMYK 0.250.630.00   0.02
XYZ41.821525.247893.1116
Yxy25.24780.26110.1576
Hunter Lab50.247260.6357-74.6955
CIE-Lab57.316164.2802-63.4287

#bc5cfa color RGB value is (188,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 11111010
Octal 274 134 372
Decimal 188 92 250
Hex BC 5C FA

RGB Percentages of Color #bc5cfa

%35.47
%17.36
%47.17

CMYK Percentages of Color #bc5cfa

%25
%63
%0
%2

Triadic Colors of #bc5cfa

#bc5cfa #fabc5c #5cfabc

Analogous Colors of #bc5cfa

#bc5cfa #fa5ce9 #6d5cfa

Monochromatic Colors of #bc5cfa

#bc5cfa

Complementary Color

#bc5cfa #9afa5c

#bc5cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5cfa Color CSS Codes

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

#bc5cfa Text Font Color

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

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


#bc5cfa Background Color

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

This div background color is #bc5cfa


#bc5cfa Border Color

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

This div border color is #bc5cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.