Color Hex Logo

#bc30ca Color Hex

#BC30CA
(188,48,202)
0 Favorites   0 Comments

Color spaces of #bc30ca

RGB 18848202
HSL0.820.620.49
HSV295°76°79°
CMYK 0.070.760.00   0.21
XYZ32.456717.069557.4612
Yxy17.06950.30340.1595
Hunter Lab41.315367.9255-53.5398
CIE-Lab48.347572.1226-50.6785

#bc30ca color RGB value is (188,48,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 11001010
Octal 274 60 312
Decimal 188 48 202
Hex BC 30 CA

RGB Percentages of Color #bc30ca

%42.92
%10.96
%46.12

CMYK Percentages of Color #bc30ca

%7
%76
%0
%21

Triadic Colors of #bc30ca

#bc30ca #cabc30 #30cabc

Analogous Colors of #bc30ca

#bc30ca #ca308b #6f30ca

Monochromatic Colors of #bc30ca

#bc30ca

Complementary Color

#bc30ca #3eca30

#bc30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30ca Color CSS Codes

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

#bc30ca Text Font Color

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

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


#bc30ca Background Color

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

This div background color is #bc30ca


#bc30ca Border Color

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

This div border color is #bc30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30ca


Comments

No comments written yet.

Please login to write comment.