Color Hex Logo

#bc59dc Color Hex

#BC59DC
(188,89,220)
0 Favorites   0 Comments

Color spaces of #bc59dc

RGB 18889220
HSL0.790.650.61
HSV285°60°86°
CMYK 0.150.600.00   0.14
XYZ37.229723.003470.1880
Yxy23.00340.28550.1764
Hunter Lab47.961954.6248-53.1924
CIE-Lab55.075859.4751-50.2238

#bc59dc color RGB value is (188,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11011100
Octal 274 131 334
Decimal 188 89 220
Hex BC 59 DC

RGB Percentages of Color #bc59dc

%37.83
%17.91
%44.27

CMYK Percentages of Color #bc59dc

%15
%60
%0
%14

Triadic Colors of #bc59dc

#bc59dc #dcbc59 #59dcbc

Analogous Colors of #bc59dc

#bc59dc #dc59bb #7b59dc

Monochromatic Colors of #bc59dc

#bc59dc

Complementary Color

#bc59dc #79dc59

#bc59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59dc Color CSS Codes

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

#bc59dc Text Font Color

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

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


#bc59dc Background Color

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

This div background color is #bc59dc


#bc59dc Border Color

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

This div border color is #bc59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59dc


Comments

No comments written yet.

Please login to write comment.