Color Hex Logo

#bc42dc Color Hex

#BC42DC
(188,66,220)
0 Favorites   0 Comments

Color spaces of #bc42dc

RGB 18866220
HSL0.800.690.56
HSV288°70°86°
CMYK 0.150.700.00   0.14
XYZ35.605519.755169.6466
Yxy19.75510.28480.1580
Hunter Lab44.446765.2116-61.7929
CIE-Lab51.559269.2338-55.8417

#bc42dc color RGB value is (188,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 11011100
Octal 274 102 334
Decimal 188 66 220
Hex BC 42 DC

RGB Percentages of Color #bc42dc

%39.66
%13.92
%46.41

CMYK Percentages of Color #bc42dc

%15
%70
%0
%14

Triadic Colors of #bc42dc

#bc42dc #dcbc42 #42dcbc

Analogous Colors of #bc42dc

#bc42dc #dc42af #6f42dc

Monochromatic Colors of #bc42dc

#bc42dc

Complementary Color

#bc42dc #62dc42

#bc42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc42dc Color CSS Codes

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

#bc42dc Text Font Color

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

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


#bc42dc Background Color

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

This div background color is #bc42dc


#bc42dc Border Color

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

This div border color is #bc42dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc42dc


Comments

No comments written yet.

Please login to write comment.