Color Hex Logo

#7840ef Color Hex

#7840EF
(120,64,239)
0 Favorites   0 Comments

Color spaces of #7840ef

RGB 12064239
HSL0.720.850.59
HSV259°73°94°
CMYK 0.500.730.00   0.06
XYZ25.159113.891983.0167
Yxy13.89190.20610.1138
Hunter Lab37.271855.2647-105.9681
CIE-Lab44.077562.0826-79.1293

#7840ef color RGB value is (120,64,239).

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

The process color (four color CMYK) of #7840ef color hex is 0.50, 0.73, 0.00, 0.06. Web safe color of #7840ef is #6633ff. Color #7840ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 11101111
Octal 170 100 357
Decimal 120 64 239
Hex 78 40 EF

RGB Percentages of Color #7840ef

%28.37
%15.13
%56.50

CMYK Percentages of Color #7840ef

%50
%73
%0
%6

Triadic Colors of #7840ef

#7840ef #ef7840 #40ef78

Analogous Colors of #7840ef

#7840ef #d040ef #4060ef

Monochromatic Colors of #7840ef

#7840ef

Complementary Color

#7840ef #b7ef40

#7840ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7840ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7840ef Color CSS Codes

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

#7840ef Text Font Color

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

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


#7840ef Background Color

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

This div background color is #7840ef


#7840ef Border Color

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

This div border color is #7840ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7840ef


Comments

No comments written yet.

Please login to write comment.