Color Hex Logo

#bc51cb Color Hex

#BC51CB
(188,81,203)
0 Favorites   0 Comments

Color spaces of #bc51cb

RGB 18881203
HSL0.810.540.56
HSV293°60°80°
CMYK 0.070.600.00   0.20
XYZ34.461020.888058.7154
Yxy20.88800.30210.1831
Hunter Lab45.703454.6106-44.1778
CIE-Lab52.826759.8663-44.1231

#bc51cb color RGB value is (188,81,203).

#bc51cb hex color red value is 188, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc51cb hue: 0.81 , saturation: 0.54 and the lightness value of bc51cb is 0.56.

The process color (four color CMYK) of #bc51cb color hex is 0.07, 0.60, 0.00, 0.20. Web safe color of #bc51cb is #cc66cc. Color #bc51cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 11001011
Octal 274 121 313
Decimal 188 81 203
Hex BC 51 CB

RGB Percentages of Color #bc51cb

%39.83
%17.16
%43.01

CMYK Percentages of Color #bc51cb

%7
%60
%0
%20

Triadic Colors of #bc51cb

#bc51cb #cbbc51 #51cbbc

Analogous Colors of #bc51cb

#bc51cb #cb519d #7f51cb

Monochromatic Colors of #bc51cb

#bc51cb

Complementary Color

#bc51cb #60cb51

#bc51cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc51cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc51cb Color CSS Codes

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

#bc51cb Text Font Color

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

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


#bc51cb Background Color

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

This div background color is #bc51cb


#bc51cb Border Color

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

This div border color is #bc51cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc51cb


Comments

No comments written yet.

Please login to write comment.