Color Hex Logo

#7856fb Color Hex

#7856FB
(120,86,251)
0 Favorites   0 Comments

Color spaces of #7856fb

RGB 12086251
HSL0.700.950.66
HSV252°66°98°
CMYK 0.520.660.00   0.02
XYZ28.486117.613793.1652
Yxy17.61370.20450.1265
Hunter Lab41.968747.7111-102.2383
CIE-Lab49.024254.3303-77.7615

#7856fb color RGB value is (120,86,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 11111011
Octal 170 126 373
Decimal 120 86 251
Hex 78 56 FB

RGB Percentages of Color #7856fb

%26.26
%18.82
%54.92

CMYK Percentages of Color #7856fb

%52
%66
%0
%2

Triadic Colors of #7856fb

#7856fb #fb7856 #56fb78

Analogous Colors of #7856fb

#7856fb #cb56fb #5687fb

Monochromatic Colors of #7856fb

#7856fb

Complementary Color

#7856fb #d9fb56

#7856fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7856fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7856fb Color CSS Codes

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

#7856fb Text Font Color

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

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


#7856fb Background Color

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

This div background color is #7856fb


#7856fb Border Color

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

This div border color is #7856fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7856fb


Comments

No comments written yet.

Please login to write comment.