Color Hex Logo

#701aad Color Hex

#701AAD
(112,26,173)
0 Favorites   0 Comments

Color spaces of #701aad

RGB 11226173
HSL0.760.740.39
HSV275°85°68°
CMYK 0.350.850.00   0.32
XYZ14.59437.200740.1558
Yxy7.20070.23560.1162
Hunter Lab26.834150.1213-69.9404
CIE-Lab32.259559.7280-60.2193

#701aad color RGB value is (112,26,173).

#701aad hex color red value is 112, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #701aad hue: 0.76 , saturation: 0.74 and the lightness value of 701aad is 0.39.

The process color (four color CMYK) of #701aad color hex is 0.35, 0.85, 0.00, 0.32. Web safe color of #701aad is #663399. Color #701aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 10101101
Octal 160 32 255
Decimal 112 26 173
Hex 70 1A AD

RGB Percentages of Color #701aad

%36.01
%8.36
%55.63

CMYK Percentages of Color #701aad

%35
%85
%0
%32

Triadic Colors of #701aad

#701aad #ad701a #1aad70

Analogous Colors of #701aad

#701aad #ad1aa1 #261aad

Monochromatic Colors of #701aad

#701aad

Complementary Color

#701aad #57ad1a

#701aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#701aad Color CSS Codes

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

#701aad Text Font Color

<p style="color:#701aad">Text here</p>

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


#701aad Background Color

<div style="background-color:#701aad">
Div content here</div>

This div background color is #701aad


#701aad Border Color

<div style="border:3px solid #701aad">
Div here</div>

This div border color is #701aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701aad


Comments

No comments written yet.

Please login to write comment.