Color Hex Logo

#bc33ca Color Hex

#BC33CA
(188,51,202)
0 Favorites   0 Comments

Color spaces of #bc33ca

RGB 18851202
HSL0.820.600.50
HSV294°75°79°
CMYK 0.070.750.00   0.21
XYZ32.583517.323357.5035
Yxy17.32330.30340.1613
Hunter Lab41.621366.9027-52.7795
CIE-Lab48.664871.2092-50.1709

#bc33ca color RGB value is (188,51,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 11001010
Octal 274 63 312
Decimal 188 51 202
Hex BC 33 CA

RGB Percentages of Color #bc33ca

%42.63
%11.56
%45.80

CMYK Percentages of Color #bc33ca

%7
%75
%0
%21

Triadic Colors of #bc33ca

#bc33ca #cabc33 #33cabc

Analogous Colors of #bc33ca

#bc33ca #ca338d #7133ca

Monochromatic Colors of #bc33ca

#bc33ca

Complementary Color

#bc33ca #41ca33

#bc33ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc33ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc33ca Color CSS Codes

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

#bc33ca Text Font Color

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

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


#bc33ca Background Color

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

This div background color is #bc33ca


#bc33ca Border Color

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

This div border color is #bc33ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc33ca


Comments

No comments written yet.

Please login to write comment.