Color Hex Logo

#7415ae Color Hex

#7415AE
(116,21,174)
0 Favorites   0 Comments

Color spaces of #7415ae

RGB 11621174
HSL0.770.780.38
HSV277°88°68°
CMYK 0.330.880.00   0.32
XYZ15.11067.305340.6580
Yxy7.30530.23960.1158
Hunter Lab27.028352.4936-70.2686
CIE-Lab32.492161.8464-60.4138

#7415ae color RGB value is (116,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 10101110
Octal 164 25 256
Decimal 116 21 174
Hex 74 15 AE

RGB Percentages of Color #7415ae

%37.30
%6.75
%55.95

CMYK Percentages of Color #7415ae

%33
%88
%0
%32

Triadic Colors of #7415ae

#7415ae #ae7415 #15ae74

Analogous Colors of #7415ae

#7415ae #ae159c #2715ae

Monochromatic Colors of #7415ae

#7415ae

Complementary Color

#7415ae #4fae15

#7415ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415ae Color CSS Codes

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

#7415ae Text Font Color

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

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


#7415ae Background Color

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

This div background color is #7415ae


#7415ae Border Color

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

This div border color is #7415ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,21,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7415ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415ae


Comments

No comments written yet.

Please login to write comment.