Color Hex Logo

#bc5dfb Color Hex

#BC5DFB
(188,93,251)
0 Favorites   0 Comments

Color spaces of #bc5dfb

RGB 18893251
HSL0.770.950.67
HSV276°63°98°
CMYK 0.250.630.00   0.02
XYZ42.066025.485193.9688
Yxy25.48510.26040.1578
Hunter Lab50.482860.3946-75.0247
CIE-Lab57.545064.0329-63.6147

#bc5dfb color RGB value is (188,93,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011101 11111011
Octal 274 135 373
Decimal 188 93 251
Hex BC 5D FB

RGB Percentages of Color #bc5dfb

%35.34
%17.48
%47.18

CMYK Percentages of Color #bc5dfb

%25
%63
%0
%2

Triadic Colors of #bc5dfb

#bc5dfb #fbbc5d #5dfbbc

Analogous Colors of #bc5dfb

#bc5dfb #fb5deb #6d5dfb

Monochromatic Colors of #bc5dfb

#bc5dfb

Complementary Color

#bc5dfb #9cfb5d

#bc5dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5dfb Color CSS Codes

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

#bc5dfb Text Font Color

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

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


#bc5dfb Background Color

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

This div background color is #bc5dfb


#bc5dfb Border Color

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

This div border color is #bc5dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,93,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc5dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5dfb


Comments

No comments written yet.

Please login to write comment.