Color Hex Logo

#bc59ca Color Hex

#BC59CA
(188,89,202)
0 Favorites   0 Comments

Color spaces of #bc59ca

RGB 18889202
HSL0.810.520.57
HSV293°56°79°
CMYK 0.070.560.00   0.21
XYZ34.972122.100458.2997
Yxy22.10040.30310.1916
Hunter Lab47.011150.5190-40.6194
CIE-Lab54.133455.9880-41.4852

#bc59ca color RGB value is (188,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 11001010
Octal 274 131 312
Decimal 188 89 202
Hex BC 59 CA

RGB Percentages of Color #bc59ca

%39.25
%18.58
%42.17

CMYK Percentages of Color #bc59ca

%7
%56
%0
%21

Triadic Colors of #bc59ca

#bc59ca #cabc59 #59cabc

Analogous Colors of #bc59ca

#bc59ca #ca59a0 #8459ca

Monochromatic Colors of #bc59ca

#bc59ca

Complementary Color

#bc59ca #67ca59

#bc59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59ca Color CSS Codes

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

#bc59ca Text Font Color

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

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


#bc59ca Background Color

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

This div background color is #bc59ca


#bc59ca Border Color

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

This div border color is #bc59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59ca


Comments

No comments written yet.

Please login to write comment.