Color Hex Logo

#bc06fd Color Hex

#BC06FD
(188,6,253)
0 Favorites   0 Comments

Color spaces of #bc06fd

RGB 1886253
HSL0.790.980.51
HSV284°98°99°
CMYK 0.260.980.00   0.01
XYZ38.533817.913594.3552
Yxy17.91350.25550.1188
Hunter Lab42.324388.4460-102.5503
CIE-Lab49.391088.2013-77.9340

#bc06fd color RGB value is (188,6,253).

#bc06fd hex color red value is 188, green value is 6 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bc06fd hue: 0.79 , saturation: 0.98 and the lightness value of bc06fd is 0.51.

The process color (four color CMYK) of #bc06fd color hex is 0.26, 0.98, 0.00, 0.01. Web safe color of #bc06fd is #cc00ff. Color #bc06fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 11111101
Octal 274 6 375
Decimal 188 6 253
Hex BC 6 FD

RGB Percentages of Color #bc06fd

%42.06
%1.34
%56.60

CMYK Percentages of Color #bc06fd

%26
%98
%0
%1

Triadic Colors of #bc06fd

#bc06fd #fdbc06 #06fdbc

Analogous Colors of #bc06fd

#bc06fd #fd06c3 #4106fd

Monochromatic Colors of #bc06fd

#bc06fd

Complementary Color

#bc06fd #47fd06

#bc06fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc06fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc06fd Color CSS Codes

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

#bc06fd Text Font Color

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

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


#bc06fd Background Color

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

This div background color is #bc06fd


#bc06fd Border Color

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

This div border color is #bc06fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc06fd

Related Colors


Comments

No comments written yet.

Please login to write comment.