Color Hex Logo

#7842ae Color Hex

#7842AE
(120,66,174)
0 Favorites   0 Comments

Color spaces of #7842ae

RGB 12066174
HSL0.750.450.47
HSV270°62°68°
CMYK 0.310.620.00   0.32
XYZ17.333910.945541.2435
Yxy10.94550.24930.1574
Hunter Lab33.084035.6257-50.7539
CIE-Lab39.488544.3707-49.0390

#7842ae color RGB value is (120,66,174).

#7842ae hex color red value is 120, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7842ae hue: 0.75 , saturation: 0.45 and the lightness value of 7842ae is 0.47.

The process color (four color CMYK) of #7842ae color hex is 0.31, 0.62, 0.00, 0.32. Web safe color of #7842ae is #663399. Color #7842ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000010 10101110
Octal 170 102 256
Decimal 120 66 174
Hex 78 42 AE

RGB Percentages of Color #7842ae

%33.33
%18.33
%48.33

CMYK Percentages of Color #7842ae

%31
%62
%0
%32

Triadic Colors of #7842ae

#7842ae #ae7842 #42ae78

Analogous Colors of #7842ae

#7842ae #ae42ae #4242ae

Monochromatic Colors of #7842ae

#7842ae

Complementary Color

#7842ae #78ae42

#7842ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7842ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7842ae Color CSS Codes

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

#7842ae Text Font Color

<p style="color:#7842ae">Text here</p>

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


#7842ae Background Color

<div style="background-color:#7842ae">
Div content here</div>

This div background color is #7842ae


#7842ae Border Color

<div style="border:3px solid #7842ae">
Div here</div>

This div border color is #7842ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,66,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7842ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7842ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7842ae;
  box-shadow:         1px 1px 3px 2px #7842ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7842ae


Comments

No comments written yet.

Please login to write comment.