Color Hex Logo

#7031ad Color Hex

#7031AD
(112,49,173)
0 Favorites   0 Comments

Color spaces of #7031ad

RGB 11249173
HSL0.750.560.44
HSV270°72°68°
CMYK 0.350.720.00   0.32
XYZ15.32328.658540.3988
Yxy8.65850.23800.1345
Hunter Lab29.425341.4593-60.8031
CIE-Lab35.318350.9287-55.2343

#7031ad color RGB value is (112,49,173).

#7031ad hex color red value is 112, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7031ad hue: 0.75 , saturation: 0.56 and the lightness value of 7031ad is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 10101101
Octal 160 61 255
Decimal 112 49 173
Hex 70 31 AD

RGB Percentages of Color #7031ad

%33.53
%14.67
%51.80

CMYK Percentages of Color #7031ad

%35
%72
%0
%32

Triadic Colors of #7031ad

#7031ad #ad7031 #31ad70

Analogous Colors of #7031ad

#7031ad #ad31ac #3231ad

Monochromatic Colors of #7031ad

#7031ad

Complementary Color

#7031ad #6ead31

#7031ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7031ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7031ad Color CSS Codes

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

#7031ad Text Font Color

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

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


#7031ad Background Color

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

This div background color is #7031ad


#7031ad Border Color

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

This div border color is #7031ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7031ad


Comments

No comments written yet.

Please login to write comment.