Color Hex Logo

#740aa5 Color Hex

#740AA5
(116,10,165)
0 Favorites   0 Comments

Color spaces of #740aa5

RGB 11610165
HSL0.780.890.34
HSV281°94°65°
CMYK 0.300.940.00   0.35
XYZ14.10256.646736.1370
Yxy6.64670.24790.1168
Hunter Lab25.781252.5237-65.0588
CIE-Lab30.988762.1637-57.4566

#740aa5 color RGB value is (116,10,165).

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

The process color (four color CMYK) of #740aa5 color hex is 0.30, 0.94, 0.00, 0.35. Web safe color of #740aa5 is #660099. Color #740aa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 10100101
Octal 164 12 245
Decimal 116 10 165
Hex 74 A A5

RGB Percentages of Color #740aa5

%39.86
%3.44
%56.70

CMYK Percentages of Color #740aa5

%30
%94
%0
%35

Triadic Colors of #740aa5

#740aa5 #a5740a #0aa574

Analogous Colors of #740aa5

#740aa5 #a50a89 #270aa5

Monochromatic Colors of #740aa5

#740aa5

Complementary Color

#740aa5 #3ba50a

#740aa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740aa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740aa5 Color CSS Codes

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

#740aa5 Text Font Color

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

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


#740aa5 Background Color

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

This div background color is #740aa5


#740aa5 Border Color

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

This div border color is #740aa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740aa5


Comments

No comments written yet.

Please login to write comment.