Color Hex Logo

#bc59df Color Hex

#BC59DF
(188,89,223)
0 Favorites   0 Comments

Color spaces of #bc59df

RGB 18889223
HSL0.790.680.61
HSV284°60°87°
CMYK 0.160.600.00   0.13
XYZ37.630723.163872.2997
Yxy23.16380.28270.1740
Hunter Lab48.128855.3393-55.3761
CIE-Lab55.240760.0735-51.6552

#bc59df color RGB value is (188,89,223).

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

The process color (four color CMYK) of #bc59df color hex is 0.16, 0.60, 0.00, 0.13. Web safe color of #bc59df is #cc66cc. Color #bc59df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11011111
Octal 274 131 337
Decimal 188 89 223
Hex BC 59 DF

RGB Percentages of Color #bc59df

%37.60
%17.80
%44.60

CMYK Percentages of Color #bc59df

%16
%60
%0
%13

Triadic Colors of #bc59df

#bc59df #dfbc59 #59dfbc

Analogous Colors of #bc59df

#bc59df #df59bf #7959df

Monochromatic Colors of #bc59df

#bc59df

Complementary Color

#bc59df #7cdf59

#bc59df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59df Color CSS Codes

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

#bc59df Text Font Color

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

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


#bc59df Background Color

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

This div background color is #bc59df


#bc59df Border Color

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

This div border color is #bc59df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59df


Comments

No comments written yet.

Please login to write comment.