Color Hex Logo

#7840ad Color Hex

#7840AD
(120,64,173)
0 Favorites   0 Comments

Color spaces of #7840ad

RGB 12064173
HSL0.750.460.46
HSV271°63°68°
CMYK 0.310.630.00   0.32
XYZ17.122010.677040.6936
Yxy10.67700.25000.1559
Hunter Lab32.675736.3513-50.9655
CIE-Lab39.031045.1825-49.1817

#7840ad color RGB value is (120,64,173).

#7840ad hex color red value is 120, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7840ad hue: 0.75 , saturation: 0.46 and the lightness value of 7840ad is 0.46.

The process color (four color CMYK) of #7840ad color hex is 0.31, 0.63, 0.00, 0.32. Web safe color of #7840ad is #663399. Color #7840ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 10101101
Octal 170 100 255
Decimal 120 64 173
Hex 78 40 AD

RGB Percentages of Color #7840ad

%33.61
%17.93
%48.46

CMYK Percentages of Color #7840ad

%31
%63
%0
%32

Triadic Colors of #7840ad

#7840ad #ad7840 #40ad78

Analogous Colors of #7840ad

#7840ad #ad40ac #4240ad

Monochromatic Colors of #7840ad

#7840ad

Complementary Color

#7840ad #75ad40

#7840ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7840ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7840ad Color CSS Codes

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

#7840ad Text Font Color

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

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


#7840ad Background Color

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

This div background color is #7840ad


#7840ad Border Color

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

This div border color is #7840ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7840ad

#7840ad Color Palettes


Comments

No comments written yet.

Please login to write comment.