Color Hex Logo

#bc78dc Color Hex

#BC78DC
(188,120,220)
0 Favorites   0 Comments

Color spaces of #bc78dc

RGB 188120220
HSL0.780.590.67
HSV281°45°86°
CMYK 0.150.450.00   0.14
XYZ40.373829.291671.2361
Yxy29.29160.28650.2079
Hunter Lab54.121738.4447-40.1535
CIE-Lab61.038143.7971-40.7998

#bc78dc color RGB value is (188,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 11011100
Octal 274 170 334
Decimal 188 120 220
Hex BC 78 DC

RGB Percentages of Color #bc78dc

%35.61
%22.73
%41.67

CMYK Percentages of Color #bc78dc

%15
%45
%0
%14

Triadic Colors of #bc78dc

#bc78dc #dcbc78 #78dcbc

Analogous Colors of #bc78dc

#bc78dc #dc78ca #8a78dc

Monochromatic Colors of #bc78dc

#bc78dc

Complementary Color

#bc78dc #98dc78

#bc78dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78dc Color CSS Codes

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

#bc78dc Text Font Color

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

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


#bc78dc Background Color

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

This div background color is #bc78dc


#bc78dc Border Color

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

This div border color is #bc78dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78dc


Comments

No comments written yet.

Please login to write comment.