Color Hex Logo

#7e70ad Color Hex

#7E70AD
(126,112,173)
0 Favorites   0 Comments

Color spaces of #7e70ad

RGB 126112173
HSL0.700.270.56
HSV254°35°68°
CMYK 0.270.350.00   0.32
XYZ21.941219.041142.0540
Yxy19.04110.26420.2293
Hunter Lab43.636113.3906-26.5951
CIE-Lab50.735319.0694-30.5899

#7e70ad color RGB value is (126,112,173).

#7e70ad hex color red value is 126, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7e70ad hue: 0.70 , saturation: 0.27 and the lightness value of 7e70ad is 0.56.

The process color (four color CMYK) of #7e70ad color hex is 0.27, 0.35, 0.00, 0.32. Web safe color of #7e70ad is #666699. Color #7e70ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110000 10101101
Octal 176 160 255
Decimal 126 112 173
Hex 7E 70 AD

RGB Percentages of Color #7e70ad

%30.66
%27.25
%42.09

CMYK Percentages of Color #7e70ad

%27
%35
%0
%32

Triadic Colors of #7e70ad

#7e70ad #ad7e70 #70ad7e

Analogous Colors of #7e70ad

#7e70ad #9d70ad #7081ad

Monochromatic Colors of #7e70ad

#7e70ad

Complementary Color

#7e70ad #9fad70

#7e70ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e70ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e70ad Color CSS Codes

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

#7e70ad Text Font Color

<p style="color:#7e70ad">Text here</p>

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


#7e70ad Background Color

<div style="background-color:#7e70ad">
Div content here</div>

This div background color is #7e70ad


#7e70ad Border Color

<div style="border:3px solid #7e70ad">
Div here</div>

This div border color is #7e70ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e70ad


Comments

No comments written yet.

Please login to write comment.