Color Hex Logo

#bc76cb Color Hex

#BC76CB
(188,118,203)
0 Favorites   0 Comments

Color spaces of #bc76cb

RGB 188118203
HSL0.800.450.63
HSV289°42°80°
CMYK 0.070.420.00   0.20
XYZ37.997027.960059.8941
Yxy27.96000.30190.2222
Hunter Lab52.877235.7331-30.1438
CIE-Lab59.852641.3819-33.0916

#bc76cb color RGB value is (188,118,203).

#bc76cb hex color red value is 188, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc76cb hue: 0.80 , saturation: 0.45 and the lightness value of bc76cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 11001011
Octal 274 166 313
Decimal 188 118 203
Hex BC 76 CB

RGB Percentages of Color #bc76cb

%36.94
%23.18
%39.88

CMYK Percentages of Color #bc76cb

%7
%42
%0
%20

Triadic Colors of #bc76cb

#bc76cb #cbbc76 #76cbbc

Analogous Colors of #bc76cb

#bc76cb #cb76b0 #9276cb

Monochromatic Colors of #bc76cb

#bc76cb

Complementary Color

#bc76cb #85cb76

#bc76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc76cb Color CSS Codes

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

#bc76cb Text Font Color

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

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


#bc76cb Background Color

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

This div background color is #bc76cb


#bc76cb Border Color

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

This div border color is #bc76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc76cb


Comments

No comments written yet.

Please login to write comment.