Color Hex Logo

#7425ae Color Hex

#7425AE
(116,37,174)
0 Favorites   0 Comments

Color spaces of #7425ae

RGB 11637174
HSL0.760.650.41
HSV275°79°68°
CMYK 0.330.790.00   0.32
XYZ15.50408.092140.7892
Yxy8.09210.24080.1257
Hunter Lab28.446647.5046-65.1025
CIE-Lab34.174056.9273-57.6687

#7425ae color RGB value is (116,37,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 10101110
Octal 164 45 256
Decimal 116 37 174
Hex 74 25 AE

RGB Percentages of Color #7425ae

%35.47
%11.31
%53.21

CMYK Percentages of Color #7425ae

%33
%79
%0
%32

Triadic Colors of #7425ae

#7425ae #ae7425 #25ae74

Analogous Colors of #7425ae

#7425ae #ae25a4 #3025ae

Monochromatic Colors of #7425ae

#7425ae

Complementary Color

#7425ae #5fae25

#7425ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7425ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7425ae Color CSS Codes

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

#7425ae Text Font Color

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

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


#7425ae Background Color

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

This div background color is #7425ae


#7425ae Border Color

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

This div border color is #7425ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7425ae


Comments

No comments written yet.

Please login to write comment.