Color Hex Logo

#bc63cb Color Hex

#BC63CB
(188,99,203)
0 Favorites   0 Comments

Color spaces of #bc63cb

RGB 18899203
HSL0.810.500.59
HSV291°51°80°
CMYK 0.070.510.00   0.20
XYZ35.980423.926859.2219
Yxy23.92680.30200.2008
Hunter Lab48.915045.6978-37.5425
CIE-Lab56.014451.2908-39.0938

#bc63cb color RGB value is (188,99,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 11001011
Octal 274 143 313
Decimal 188 99 203
Hex BC 63 CB

RGB Percentages of Color #bc63cb

%38.37
%20.20
%41.43

CMYK Percentages of Color #bc63cb

%7
%51
%0
%20

Triadic Colors of #bc63cb

#bc63cb #cbbc63 #63cbbc

Analogous Colors of #bc63cb

#bc63cb #cb63a6 #8863cb

Monochromatic Colors of #bc63cb

#bc63cb

Complementary Color

#bc63cb #72cb63

#bc63cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc63cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc63cb Color CSS Codes

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

#bc63cb Text Font Color

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

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


#bc63cb Background Color

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

This div background color is #bc63cb


#bc63cb Border Color

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

This div border color is #bc63cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc63cb


Comments

No comments written yet.

Please login to write comment.