Color Hex Logo

#bc36ca Color Hex

#BC36CA
(188,54,202)
0 Favorites   0 Comments

Color spaces of #bc36ca

RGB 18854202
HSL0.820.580.50
HSV294°73°79°
CMYK 0.070.730.00   0.21
XYZ32.718917.594057.5486
Yxy17.59400.30330.1631
Hunter Lab41.945265.8329-51.9839
CIE-Lab48.999970.2489-49.6355

#bc36ca color RGB value is (188,54,202).

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

The process color (four color CMYK) of #bc36ca color hex is 0.07, 0.73, 0.00, 0.21. Web safe color of #bc36ca is #cc33cc. Color #bc36ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 11001010
Octal 274 66 312
Decimal 188 54 202
Hex BC 36 CA

RGB Percentages of Color #bc36ca

%42.34
%12.16
%45.50

CMYK Percentages of Color #bc36ca

%7
%73
%0
%21

Triadic Colors of #bc36ca

#bc36ca #cabc36 #36cabc

Analogous Colors of #bc36ca

#bc36ca #ca368e #7236ca

Monochromatic Colors of #bc36ca

#bc36ca

Complementary Color

#bc36ca #44ca36

#bc36ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc36ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc36ca Color CSS Codes

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

#bc36ca Text Font Color

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

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


#bc36ca Background Color

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

This div background color is #bc36ca


#bc36ca Border Color

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

This div border color is #bc36ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc36ca


Comments

No comments written yet.

Please login to write comment.