Color Hex Logo

#7425aa Color Hex

#7425AA
(116,37,170)
0 Favorites   0 Comments

Color spaces of #7425aa

RGB 11637170
HSL0.770.640.41
HSV276°78°67°
CMYK 0.320.780.00   0.33
XYZ15.11977.938438.7656
Yxy7.93840.24460.1284
Hunter Lab28.175246.4823-61.8532
CIE-Lab33.854356.0292-55.7952

#7425aa color RGB value is (116,37,170).

#7425aa hex color red value is 116, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7425aa hue: 0.77 , saturation: 0.64 and the lightness value of 7425aa is 0.41.

The process color (four color CMYK) of #7425aa color hex is 0.32, 0.78, 0.00, 0.33. Web safe color of #7425aa is #663399. Color #7425aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 10101010
Octal 164 45 252
Decimal 116 37 170
Hex 74 25 AA

RGB Percentages of Color #7425aa

%35.91
%11.46
%52.63

CMYK Percentages of Color #7425aa

%32
%78
%0
%33

Triadic Colors of #7425aa

#7425aa #aa7425 #25aa74

Analogous Colors of #7425aa

#7425aa #aa259e #3225aa

Monochromatic Colors of #7425aa

#7425aa

Complementary Color

#7425aa #5baa25

#7425aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7425aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7425aa Color CSS Codes

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

#7425aa Text Font Color

<p style="color:#7425aa">Text here</p>

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


#7425aa Background Color

<div style="background-color:#7425aa">
Div content here</div>

This div background color is #7425aa


#7425aa Border Color

<div style="border:3px solid #7425aa">
Div here</div>

This div border color is #7425aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,37,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7425aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7425aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7425aa;
  box-shadow:         1px 1px 3px 2px #7425aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7425aa


Comments

No comments written yet.

Please login to write comment.