Color Hex Logo

#740aae Color Hex

#740AAE
(116,10,174)
0 Favorites   0 Comments

Color spaces of #740aae

RGB 11610174
HSL0.770.890.36
HSV279°94°68°
CMYK 0.330.940.00   0.32
XYZ14.95106.986140.6048
Yxy6.98610.23910.1117
Hunter Lab26.431254.7150-72.5820
CIE-Lab31.775263.9791-61.5869

#740aae color RGB value is (116,10,174).

#740aae hex color red value is 116, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #740aae hue: 0.77 , saturation: 0.89 and the lightness value of 740aae is 0.36.

The process color (four color CMYK) of #740aae color hex is 0.33, 0.94, 0.00, 0.32. Web safe color of #740aae is #660099. Color #740aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 10101110
Octal 164 12 256
Decimal 116 10 174
Hex 74 A AE

RGB Percentages of Color #740aae

%38.67
%3.33
%58.00

CMYK Percentages of Color #740aae

%33
%94
%0
%32

Triadic Colors of #740aae

#740aae #ae740a #0aae74

Analogous Colors of #740aae

#740aae #ae0a96 #220aae

Monochromatic Colors of #740aae

#740aae

Complementary Color

#740aae #44ae0a

#740aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#740aae Color CSS Codes

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

#740aae Text Font Color

<p style="color:#740aae">Text here</p>

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


#740aae Background Color

<div style="background-color:#740aae">
Div content here</div>

This div background color is #740aae


#740aae Border Color

<div style="border:3px solid #740aae">
Div here</div>

This div border color is #740aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740aae


Comments

No comments written yet.

Please login to write comment.