Color Hex Logo

#bc3bdc Color Hex

#BC3BDC
(188,59,220)
0 Favorites   0 Comments

Color spaces of #bc3bdc

RGB 18859220
HSL0.800.700.55
HSV288°73°86°
CMYK 0.150.730.00   0.14
XYZ35.221318.986669.5186
Yxy18.98660.28470.1535
Hunter Lab43.573668.0308-64.0914
CIE-Lab50.671571.7588-57.2665

#bc3bdc color RGB value is (188,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111011 11011100
Octal 274 73 334
Decimal 188 59 220
Hex BC 3B DC

RGB Percentages of Color #bc3bdc

%40.26
%12.63
%47.11

CMYK Percentages of Color #bc3bdc

%15
%73
%0
%14

Triadic Colors of #bc3bdc

#bc3bdc #dcbc3b #3bdcbc

Analogous Colors of #bc3bdc

#bc3bdc #dc3bac #6c3bdc

Monochromatic Colors of #bc3bdc

#bc3bdc

Complementary Color

#bc3bdc #5bdc3b

#bc3bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3bdc Color CSS Codes

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

#bc3bdc Text Font Color

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

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


#bc3bdc Background Color

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

This div background color is #bc3bdc


#bc3bdc Border Color

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

This div border color is #bc3bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3bdc


Comments

No comments written yet.

Please login to write comment.