Color Hex Logo

#7310ad Color Hex

#7310AD
(115,16,173)
0 Favorites   0 Comments

Color spaces of #7310ad

RGB 11516173
HSL0.770.830.37
HSV278°91°68°
CMYK 0.340.910.00   0.32
XYZ14.79837.032640.1126
Yxy7.03260.23890.1135
Hunter Lab26.519053.1992-71.1185
CIE-Lab31.881062.6012-60.8205

#7310ad color RGB value is (115,16,173).

#7310ad hex color red value is 115, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7310ad hue: 0.77 , saturation: 0.83 and the lightness value of 7310ad is 0.37.

The process color (four color CMYK) of #7310ad color hex is 0.34, 0.91, 0.00, 0.32. Web safe color of #7310ad is #660099. Color #7310ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010000 10101101
Octal 163 20 255
Decimal 115 16 173
Hex 73 10 AD

RGB Percentages of Color #7310ad

%37.83
%5.26
%56.91

CMYK Percentages of Color #7310ad

%34
%91
%0
%32

Triadic Colors of #7310ad

#7310ad #ad7310 #10ad73

Analogous Colors of #7310ad

#7310ad #ad1099 #2510ad

Monochromatic Colors of #7310ad

#7310ad

Complementary Color

#7310ad #4aad10

#7310ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7310ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7310ad Color CSS Codes

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

#7310ad Text Font Color

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

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


#7310ad Background Color

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

This div background color is #7310ad


#7310ad Border Color

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

This div border color is #7310ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7310ad


Comments

No comments written yet.

Please login to write comment.