Color Hex Logo

#7715ad Color Hex

#7715AD
(119,21,173)
0 Favorites   0 Comments

Color spaces of #7715ad

RGB 11921173
HSL0.770.780.38
HSV279°88°68°
CMYK 0.310.880.00   0.32
XYZ15.41877.475440.1654
Yxy7.47540.24450.1185
Hunter Lab27.341252.8157-67.9608
CIE-Lab32.865662.0651-59.1859

#7715ad color RGB value is (119,21,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010101 10101101
Octal 167 25 255
Decimal 119 21 173
Hex 77 15 AD

RGB Percentages of Color #7715ad

%38.02
%6.71
%55.27

CMYK Percentages of Color #7715ad

%31
%88
%0
%32

Triadic Colors of #7715ad

#7715ad #ad7715 #15ad77

Analogous Colors of #7715ad

#7715ad #ad1597 #2b15ad

Monochromatic Colors of #7715ad

#7715ad

Complementary Color

#7715ad #4bad15

#7715ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7715ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7715ad Color CSS Codes

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

#7715ad Text Font Color

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

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


#7715ad Background Color

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

This div background color is #7715ad


#7715ad Border Color

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

This div border color is #7715ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7715ad


Comments

No comments written yet.

Please login to write comment.