Color Hex Logo

#bc1dfb Color Hex

#BC1DFB
(188,29,251)
0 Favorites   0 Comments

Color spaces of #bc1dfb

RGB 18829251
HSL0.790.970.55
HSV283°88°98°
CMYK 0.250.880.00   0.02
XYZ38.591018.535192.8105
Yxy18.53510.25740.1236
Hunter Lab43.052484.6608-97.6781
CIE-Lab50.138885.1611-75.5984

#bc1dfb color RGB value is (188,29,251).

#bc1dfb hex color red value is 188, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc1dfb hue: 0.79 , saturation: 0.97 and the lightness value of bc1dfb is 0.55.

The process color (four color CMYK) of #bc1dfb color hex is 0.25, 0.88, 0.00, 0.02. Web safe color of #bc1dfb is #cc33ff. Color #bc1dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011101 11111011
Octal 274 35 373
Decimal 188 29 251
Hex BC 1D FB

RGB Percentages of Color #bc1dfb

%40.17
%6.20
%53.63

CMYK Percentages of Color #bc1dfb

%25
%88
%0
%2

Triadic Colors of #bc1dfb

#bc1dfb #fbbc1d #1dfbbc

Analogous Colors of #bc1dfb

#bc1dfb #fb1dcb #4d1dfb

Monochromatic Colors of #bc1dfb

#bc1dfb

Complementary Color

#bc1dfb #5cfb1d

#bc1dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1dfb Color CSS Codes

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

#bc1dfb Text Font Color

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

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


#bc1dfb Background Color

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

This div background color is #bc1dfb


#bc1dfb Border Color

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

This div border color is #bc1dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1dfb


Comments

No comments written yet.

Please login to write comment.