Color Hex Logo

#7415ad Color Hex

#7415AD
(116,21,173)
0 Favorites   0 Comments

Color spaces of #7415ad

RGB 11621173
HSL0.770.780.38
HSV278°88°68°
CMYK 0.330.880.00   0.32
XYZ15.01347.266540.1464
Yxy7.26650.24050.1164
Hunter Lab26.956452.2418-69.4314
CIE-Lab32.406161.6350-59.9555

#7415ad color RGB value is (116,21,173).

#7415ad hex color red value is 116, green value is 21 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7415ad hue: 0.77 , saturation: 0.78 and the lightness value of 7415ad is 0.38.

The process color (four color CMYK) of #7415ad color hex is 0.33, 0.88, 0.00, 0.32. Web safe color of #7415ad is #660099. Color #7415ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 10101101
Octal 164 25 255
Decimal 116 21 173
Hex 74 15 AD

RGB Percentages of Color #7415ad

%37.42
%6.77
%55.81

CMYK Percentages of Color #7415ad

%33
%88
%0
%32

Triadic Colors of #7415ad

#7415ad #ad7415 #15ad74

Analogous Colors of #7415ad

#7415ad #ad159a #2815ad

Monochromatic Colors of #7415ad

#7415ad

Complementary Color

#7415ad #4ead15

#7415ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415ad Color CSS Codes

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

#7415ad Text Font Color

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

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


#7415ad Background Color

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

This div background color is #7415ad


#7415ad Border Color

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

This div border color is #7415ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415ad


Comments

No comments written yet.

Please login to write comment.