Color Hex Logo

#7840fc Color Hex

#7840FC
(120,64,252)
0 Favorites   0 Comments

Color spaces of #7840fc

RGB 12064252
HSL0.720.970.62
HSV258°75°99°
CMYK 0.520.750.00   0.01
XYZ27.149814.688193.4996
Yxy14.68810.20060.1085
Hunter Lab38.325159.3821-117.8191
CIE-Lab45.204065.4803-84.5749

#7840fc color RGB value is (120,64,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 11111100
Octal 170 100 374
Decimal 120 64 252
Hex 78 40 FC

RGB Percentages of Color #7840fc

%27.52
%14.68
%57.80

CMYK Percentages of Color #7840fc

%52
%75
%0
%1

Triadic Colors of #7840fc

#7840fc #fc7840 #40fc78

Analogous Colors of #7840fc

#7840fc #d640fc #4066fc

Monochromatic Colors of #7840fc

#7840fc

Complementary Color

#7840fc #c4fc40

#7840fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7840fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7840fc Color CSS Codes

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

#7840fc Text Font Color

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

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


#7840fc Background Color

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

This div background color is #7840fc


#7840fc Border Color

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

This div border color is #7840fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,64,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 #7840fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7840fc


Comments

No comments written yet.

Please login to write comment.