Color Hex Logo

#bc59f2 Color Hex

#BC59F2
(188,89,242)
0 Favorites   0 Comments

Color spaces of #bc59f2

RGB 18889242
HSL0.770.850.65
HSV279°63°95°
CMYK 0.220.630.00   0.05
XYZ40.338424.246986.5585
Yxy24.24690.26690.1604
Hunter Lab49.241160.0554-69.7541
CIE-Lab56.334263.9629-60.5594

#bc59f2 color RGB value is (188,89,242).

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

The process color (four color CMYK) of #bc59f2 color hex is 0.22, 0.63, 0.00, 0.05. Web safe color of #bc59f2 is #cc66ff. Color #bc59f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11110010
Octal 274 131 362
Decimal 188 89 242
Hex BC 59 F2

RGB Percentages of Color #bc59f2

%36.22
%17.15
%46.63

CMYK Percentages of Color #bc59f2

%22
%63
%0
%5

Triadic Colors of #bc59f2

#bc59f2 #f2bc59 #59f2bc

Analogous Colors of #bc59f2

#bc59f2 #f259dc #7059f2

Monochromatic Colors of #bc59f2

#bc59f2

Complementary Color

#bc59f2 #8ff259

#bc59f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59f2 Color CSS Codes

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

#bc59f2 Text Font Color

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

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


#bc59f2 Background Color

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

This div background color is #bc59f2


#bc59f2 Border Color

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

This div border color is #bc59f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59f2


Comments

No comments written yet.

Please login to write comment.