Color Hex Logo

#bc59cb Color Hex

#BC59CB
(188,89,203)
0 Favorites   0 Comments

Color spaces of #bc59cb

RGB 18889203
HSL0.810.520.57
HSV292°56°80°
CMYK 0.070.560.00   0.20
XYZ35.090922.147958.9254
Yxy22.14790.30210.1907
Hunter Lab47.061650.7387-41.2934
CIE-Lab54.183656.1769-41.9775

#bc59cb color RGB value is (188,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11001011
Octal 274 131 313
Decimal 188 89 203
Hex BC 59 CB

RGB Percentages of Color #bc59cb

%39.17
%18.54
%42.29

CMYK Percentages of Color #bc59cb

%7
%56
%0
%20

Triadic Colors of #bc59cb

#bc59cb #cbbc59 #59cbbc

Analogous Colors of #bc59cb

#bc59cb #cb59a1 #8359cb

Monochromatic Colors of #bc59cb

#bc59cb

Complementary Color

#bc59cb #68cb59

#bc59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59cb Color CSS Codes

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

#bc59cb Text Font Color

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

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


#bc59cb Background Color

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

This div background color is #bc59cb


#bc59cb Border Color

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

This div border color is #bc59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59cb


Comments

No comments written yet.

Please login to write comment.