Color Hex Logo

#bc73dc Color Hex

#BC73DC
(188,115,220)
0 Favorites   0 Comments

Color spaces of #bc73dc

RGB 188115220
HSL0.780.600.66
HSV282°48°86°
CMYK 0.150.480.00   0.14
XYZ39.788028.120171.0408
Yxy28.12010.28630.2024
Hunter Lab53.028441.1316-42.3095
CIE-Lab59.997146.4576-42.4358

#bc73dc color RGB value is (188,115,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 11011100
Octal 274 163 334
Decimal 188 115 220
Hex BC 73 DC

RGB Percentages of Color #bc73dc

%35.95
%21.99
%42.07

CMYK Percentages of Color #bc73dc

%15
%48
%0
%14

Triadic Colors of #bc73dc

#bc73dc #dcbc73 #73dcbc

Analogous Colors of #bc73dc

#bc73dc #dc73c8 #8873dc

Monochromatic Colors of #bc73dc

#bc73dc

Complementary Color

#bc73dc #93dc73

#bc73dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc73dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc73dc Color CSS Codes

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

#bc73dc Text Font Color

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

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


#bc73dc Background Color

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

This div background color is #bc73dc


#bc73dc Border Color

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

This div border color is #bc73dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc73dc


Comments

No comments written yet.

Please login to write comment.