Color Hex Logo

#bc59ee Color Hex

#BC59EE
(188,89,238)
0 Favorites   0 Comments

Color spaces of #bc59ee

RGB 18889238
HSL0.780.810.64
HSV280°63°93°
CMYK 0.210.630.00   0.07
XYZ39.744024.009283.4284
Yxy24.00920.27000.1631
Hunter Lab48.999259.0356-66.6506
CIE-Lab56.097063.1304-58.7075

#bc59ee color RGB value is (188,89,238).

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

The process color (four color CMYK) of #bc59ee color hex is 0.21, 0.63, 0.00, 0.07. Web safe color of #bc59ee is #cc66ff. Color #bc59ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11101110
Octal 274 131 356
Decimal 188 89 238
Hex BC 59 EE

RGB Percentages of Color #bc59ee

%36.50
%17.28
%46.21

CMYK Percentages of Color #bc59ee

%21
%63
%0
%7

Triadic Colors of #bc59ee

#bc59ee #eebc59 #59eebc

Analogous Colors of #bc59ee

#bc59ee #ee59d6 #7259ee

Monochromatic Colors of #bc59ee

#bc59ee

Complementary Color

#bc59ee #8bee59

#bc59ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59ee Color CSS Codes

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

#bc59ee Text Font Color

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

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


#bc59ee Background Color

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

This div background color is #bc59ee


#bc59ee Border Color

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

This div border color is #bc59ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59ee


Comments

No comments written yet.

Please login to write comment.