Color Hex Logo

#bc71dc Color Hex

#BC71DC
(188,113,220)
0 Favorites   0 Comments

Color spaces of #bc71dc

RGB 188113220
HSL0.780.600.65
HSV282°49°86°
CMYK 0.150.490.00   0.14
XYZ39.562427.668970.9656
Yxy27.66890.28630.2002
Hunter Lab52.601242.2011-43.1687
CIE-Lab59.588447.5108-43.0792

#bc71dc color RGB value is (188,113,220).

#bc71dc hex color red value is 188, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc71dc hue: 0.78 , saturation: 0.60 and the lightness value of bc71dc is 0.65.

The process color (four color CMYK) of #bc71dc color hex is 0.15, 0.49, 0.00, 0.14. Web safe color of #bc71dc is #cc66cc. Color #bc71dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 11011100
Octal 274 161 334
Decimal 188 113 220
Hex BC 71 DC

RGB Percentages of Color #bc71dc

%36.08
%21.69
%42.23

CMYK Percentages of Color #bc71dc

%15
%49
%0
%14

Triadic Colors of #bc71dc

#bc71dc #dcbc71 #71dcbc

Analogous Colors of #bc71dc

#bc71dc #dc71c7 #8771dc

Monochromatic Colors of #bc71dc

#bc71dc

Complementary Color

#bc71dc #91dc71

#bc71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc71dc Color CSS Codes

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

#bc71dc Text Font Color

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

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


#bc71dc Background Color

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

This div background color is #bc71dc


#bc71dc Border Color

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

This div border color is #bc71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc71dc


Comments

No comments written yet.

Please login to write comment.