Color Hex Logo

#bc78ca Color Hex

#BC78CA
(188,120,202)
0 Favorites   0 Comments

Color spaces of #bc78ca

RGB 188120202
HSL0.800.440.63
HSV290°41°79°
CMYK 0.070.410.00   0.21
XYZ38.116228.388659.3477
Yxy28.38860.30290.2256
Hunter Lab53.281034.4539-28.7443
CIE-Lab60.238240.1045-31.9269

#bc78ca color RGB value is (188,120,202).

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

The process color (four color CMYK) of #bc78ca color hex is 0.07, 0.41, 0.00, 0.21. Web safe color of #bc78ca is #cc66cc. Color #bc78ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 11001010
Octal 274 170 312
Decimal 188 120 202
Hex BC 78 CA

RGB Percentages of Color #bc78ca

%36.86
%23.53
%39.61

CMYK Percentages of Color #bc78ca

%7
%41
%0
%21

Triadic Colors of #bc78ca

#bc78ca #cabc78 #78cabc

Analogous Colors of #bc78ca

#bc78ca #ca78af #9378ca

Monochromatic Colors of #bc78ca

#bc78ca

Complementary Color

#bc78ca #86ca78

#bc78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78ca Color CSS Codes

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

#bc78ca Text Font Color

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

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


#bc78ca Background Color

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

This div background color is #bc78ca


#bc78ca Border Color

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

This div border color is #bc78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78ca


Comments

No comments written yet.

Please login to write comment.