Color Hex Logo

#bc60ca Color Hex

#BC60CA
(188,96,202)
0 Favorites   0 Comments

Color spaces of #bc60ca

RGB 18896202
HSL0.810.500.58
HSV292°52°79°
CMYK 0.070.520.00   0.21
XYZ35.582623.321458.5032
Yxy23.32140.30310.1986
Hunter Lab48.292247.0106-38.0218
CIE-Lab55.401952.5932-39.4868

#bc60ca color RGB value is (188,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 11001010
Octal 274 140 312
Decimal 188 96 202
Hex BC 60 CA

RGB Percentages of Color #bc60ca

%38.68
%19.75
%41.56

CMYK Percentages of Color #bc60ca

%7
%52
%0
%21

Triadic Colors of #bc60ca

#bc60ca #cabc60 #60cabc

Analogous Colors of #bc60ca

#bc60ca #ca60a3 #8760ca

Monochromatic Colors of #bc60ca

#bc60ca

Complementary Color

#bc60ca #6eca60

#bc60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc60ca Color CSS Codes

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

#bc60ca Text Font Color

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

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


#bc60ca Background Color

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

This div background color is #bc60ca


#bc60ca Border Color

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

This div border color is #bc60ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc60ca


Comments

No comments written yet.

Please login to write comment.