Color Hex Logo

#7942ae Color Hex

#7942AE
(121,66,174)
0 Favorites   0 Comments

Color spaces of #7942ae

RGB 12166174
HSL0.750.450.47
HSV271°62°68°
CMYK 0.300.620.00   0.32
XYZ17.473411.017441.2500
Yxy11.01740.25050.1580
Hunter Lab33.192535.8803-50.4480
CIE-Lab39.609844.6068-48.8376

#7942ae color RGB value is (121,66,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 10101110
Octal 171 102 256
Decimal 121 66 174
Hex 79 42 AE

RGB Percentages of Color #7942ae

%33.52
%18.28
%48.20

CMYK Percentages of Color #7942ae

%30
%62
%0
%32

Triadic Colors of #7942ae

#7942ae #ae7942 #42ae79

Analogous Colors of #7942ae

#7942ae #ae42ad #4342ae

Monochromatic Colors of #7942ae

#7942ae

Complementary Color

#7942ae #77ae42

#7942ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7942ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7942ae Color CSS Codes

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

#7942ae Text Font Color

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

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


#7942ae Background Color

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

This div background color is #7942ae


#7942ae Border Color

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

This div border color is #7942ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,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 #7942ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7942ae


Comments

No comments written yet.

Please login to write comment.