Color Hex Logo

#7042ad Color Hex

#7042AD
(112,66,173)
0 Favorites   0 Comments

Color spaces of #7042ad

RGB 11266173
HSL0.740.450.47
HSV266°62°68°
CMYK 0.350.620.00   0.32
XYZ16.173110.358340.6821
Yxy10.35830.24060.1541
Hunter Lab32.184333.3764-52.4156
CIE-Lab38.478042.2504-50.1218

#7042ad color RGB value is (112,66,173).

#7042ad hex color red value is 112, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7042ad hue: 0.74 , saturation: 0.45 and the lightness value of 7042ad is 0.47.

The process color (four color CMYK) of #7042ad color hex is 0.35, 0.62, 0.00, 0.32. Web safe color of #7042ad is #663399. Color #7042ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 10101101
Octal 160 102 255
Decimal 112 66 173
Hex 70 42 AD

RGB Percentages of Color #7042ad

%31.91
%18.80
%49.29

CMYK Percentages of Color #7042ad

%35
%62
%0
%32

Triadic Colors of #7042ad

#7042ad #ad7042 #42ad70

Analogous Colors of #7042ad

#7042ad #a642ad #424aad

Monochromatic Colors of #7042ad

#7042ad

Complementary Color

#7042ad #7fad42

#7042ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7042ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7042ad Color CSS Codes

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

#7042ad Text Font Color

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

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


#7042ad Background Color

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

This div background color is #7042ad


#7042ad Border Color

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

This div border color is #7042ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,66,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 #7042ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7042ad


Comments

No comments written yet.

Please login to write comment.