Color Hex Logo

#bc79ea Color Hex

#BC79EA
(188,121,234)
0 Favorites   0 Comments

Color spaces of #bc79ea

RGB 188121234
HSL0.770.730.70
HSV276°48°92°
CMYK 0.200.480.00   0.08
XYZ42.427730.306681.4555
Yxy30.30660.27520.1966
Hunter Lab55.051441.2285-49.1910
CIE-Lab61.917946.2735-47.2174

#bc79ea color RGB value is (188,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 11101010
Octal 274 171 352
Decimal 188 121 234
Hex BC 79 EA

RGB Percentages of Color #bc79ea

%34.62
%22.28
%43.09

CMYK Percentages of Color #bc79ea

%20
%48
%0
%8

Triadic Colors of #bc79ea

#bc79ea #eabc79 #79eabc

Analogous Colors of #bc79ea

#bc79ea #ea79e0 #8479ea

Monochromatic Colors of #bc79ea

#bc79ea

Complementary Color

#bc79ea #a7ea79

#bc79ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc79ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc79ea Color CSS Codes

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

#bc79ea Text Font Color

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

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


#bc79ea Background Color

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

This div background color is #bc79ea


#bc79ea Border Color

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

This div border color is #bc79ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc79ea


Comments

No comments written yet.

Please login to write comment.