Color Hex Logo

#bc30dc Color Hex

#BC30DC
(188,48,220)
0 Favorites   0 Comments

Color spaces of #bc30dc

RGB 18848220
HSL0.800.710.53
HSV289°78°86°
CMYK 0.150.780.00   0.14
XYZ34.714317.972669.3496
Yxy17.97260.28450.1473
Hunter Lab42.394171.9746-67.3126
CIE-Lab49.462975.2370-59.2107

#bc30dc color RGB value is (188,48,220).

#bc30dc hex color red value is 188, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc30dc hue: 0.80 , saturation: 0.71 and the lightness value of bc30dc is 0.53.

The process color (four color CMYK) of #bc30dc color hex is 0.15, 0.78, 0.00, 0.14. Web safe color of #bc30dc is #cc33cc. Color #bc30dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 11011100
Octal 274 60 334
Decimal 188 48 220
Hex BC 30 DC

RGB Percentages of Color #bc30dc

%41.23
%10.53
%48.25

CMYK Percentages of Color #bc30dc

%15
%78
%0
%14

Triadic Colors of #bc30dc

#bc30dc #dcbc30 #30dcbc

Analogous Colors of #bc30dc

#bc30dc #dc30a6 #6630dc

Monochromatic Colors of #bc30dc

#bc30dc

Complementary Color

#bc30dc #50dc30

#bc30dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30dc Color CSS Codes

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

#bc30dc Text Font Color

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

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


#bc30dc Background Color

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

This div background color is #bc30dc


#bc30dc Border Color

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

This div border color is #bc30dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30dc


Comments

No comments written yet.

Please login to write comment.