Color Hex Logo

#bc78cc Color Hex

#BC78CC
(188,120,204)
0 Favorites   0 Comments

Color spaces of #bc78cc

RGB 188120204
HSL0.800.450.64
HSV289°41°80°
CMYK 0.080.410.00   0.20
XYZ38.354628.483960.6032
Yxy28.48390.30100.2235
Hunter Lab53.370334.8811-29.9659
CIE-Lab60.323440.5044-32.9240

#bc78cc color RGB value is (188,120,204).

#bc78cc hex color red value is 188, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc78cc hue: 0.80 , saturation: 0.45 and the lightness value of bc78cc is 0.64.

The process color (four color CMYK) of #bc78cc color hex is 0.08, 0.41, 0.00, 0.20. Web safe color of #bc78cc is #cc66cc. Color #bc78cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 11001100
Octal 274 170 314
Decimal 188 120 204
Hex BC 78 CC

RGB Percentages of Color #bc78cc

%36.72
%23.44
%39.84

CMYK Percentages of Color #bc78cc

%8
%41
%0
%20

Triadic Colors of #bc78cc

#bc78cc #ccbc78 #78ccbc

Analogous Colors of #bc78cc

#bc78cc #cc78b2 #9278cc

Monochromatic Colors of #bc78cc

#bc78cc

Complementary Color

#bc78cc #88cc78

#bc78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78cc Color CSS Codes

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

#bc78cc Text Font Color

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

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


#bc78cc Background Color

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

This div background color is #bc78cc


#bc78cc Border Color

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

This div border color is #bc78cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,120,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc78cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78cc


Comments

No comments written yet.

Please login to write comment.