Color Hex Logo

#bc51dc Color Hex

#BC51DC
(188,81,220)
0 Favorites   0 Comments

Color spaces of #bc51dc

RGB 18881220
HSL0.790.670.59
HSV286°63°86°
CMYK 0.150.630.00   0.14
XYZ36.599721.743569.9780
Yxy21.74350.28520.1694
Hunter Lab46.629958.5018-56.3362
CIE-Lab53.753863.0983-52.3307

#bc51dc color RGB value is (188,81,220).

#bc51dc hex color red value is 188, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc51dc hue: 0.79 , saturation: 0.67 and the lightness value of bc51dc is 0.59.

The process color (four color CMYK) of #bc51dc color hex is 0.15, 0.63, 0.00, 0.14. Web safe color of #bc51dc is #cc66cc. Color #bc51dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 11011100
Octal 274 121 334
Decimal 188 81 220
Hex BC 51 DC

RGB Percentages of Color #bc51dc

%38.45
%16.56
%44.99

CMYK Percentages of Color #bc51dc

%15
%63
%0
%14

Triadic Colors of #bc51dc

#bc51dc #dcbc51 #51dcbc

Analogous Colors of #bc51dc

#bc51dc #dc51b7 #7751dc

Monochromatic Colors of #bc51dc

#bc51dc

Complementary Color

#bc51dc #71dc51

#bc51dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc51dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc51dc Color CSS Codes

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

#bc51dc Text Font Color

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

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


#bc51dc Background Color

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

This div background color is #bc51dc


#bc51dc Border Color

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

This div border color is #bc51dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc51dc


Comments

No comments written yet.

Please login to write comment.