Color Hex Logo

#bc78ea Color Hex

#BC78EA
(188,120,234)
0 Favorites   0 Comments

Color spaces of #bc78ea

RGB 188120234
HSL0.770.730.69
HSV276°49°92°
CMYK 0.200.490.00   0.08
XYZ42.306830.064881.4152
Yxy30.06480.27510.1955
Hunter Lab54.831441.7721-49.6535
CIE-Lab61.710146.8058-47.5457

#bc78ea color RGB value is (188,120,234).

#bc78ea hex color red value is 188, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc78ea hue: 0.77 , saturation: 0.73 and the lightness value of bc78ea is 0.69.

The process color (four color CMYK) of #bc78ea color hex is 0.20, 0.49, 0.00, 0.08. Web safe color of #bc78ea is #cc66ff. Color #bc78ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 11101010
Octal 274 170 352
Decimal 188 120 234
Hex BC 78 EA

RGB Percentages of Color #bc78ea

%34.69
%22.14
%43.17

CMYK Percentages of Color #bc78ea

%20
%49
%0
%8

Triadic Colors of #bc78ea

#bc78ea #eabc78 #78eabc

Analogous Colors of #bc78ea

#bc78ea #ea78df #8378ea

Monochromatic Colors of #bc78ea

#bc78ea

Complementary Color

#bc78ea #a6ea78

#bc78ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78ea Color CSS Codes

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

#bc78ea Text Font Color

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

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


#bc78ea Background Color

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

This div background color is #bc78ea


#bc78ea Border Color

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

This div border color is #bc78ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78ea


Comments

No comments written yet.

Please login to write comment.