Color Hex Logo

#7856fc Color Hex

#7856FC
(120,86,252)
0 Favorites   0 Comments

Color spaces of #7856fc

RGB 12086252
HSL0.700.970.66
HSV252°66°99°
CMYK 0.520.660.00   0.01
XYZ28.644217.676993.9977
Yxy17.67690.20410.1260
Hunter Lab42.043948.0339-103.1241
CIE-Lab49.101954.6133-78.1914

#7856fc color RGB value is (120,86,252).

#7856fc hex color red value is 120, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7856fc hue: 0.70 , saturation: 0.97 and the lightness value of 7856fc is 0.66.

The process color (four color CMYK) of #7856fc color hex is 0.52, 0.66, 0.00, 0.01. Web safe color of #7856fc is #6666ff. Color #7856fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 11111100
Octal 170 126 374
Decimal 120 86 252
Hex 78 56 FC

RGB Percentages of Color #7856fc

%26.20
%18.78
%55.02

CMYK Percentages of Color #7856fc

%52
%66
%0
%1

Triadic Colors of #7856fc

#7856fc #fc7856 #56fc78

Analogous Colors of #7856fc

#7856fc #cb56fc #5687fc

Monochromatic Colors of #7856fc

#7856fc

Complementary Color

#7856fc #dafc56

#7856fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7856fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7856fc Color CSS Codes

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

#7856fc Text Font Color

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

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


#7856fc Background Color

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

This div background color is #7856fc


#7856fc Border Color

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

This div border color is #7856fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,86,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7856fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7856fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7856fc;
  box-shadow:         1px 1px 3px 2px #7856fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7856fc


Comments

No comments written yet.

Please login to write comment.