Color Hex Logo

#7427aa Color Hex

#7427AA
(116,39,170)
0 Favorites   0 Comments

Color spaces of #7427aa

RGB 11639170
HSL0.760.630.41
HSV275°77°67°
CMYK 0.320.770.00   0.33
XYZ15.18378.066338.7869
Yxy8.06630.24480.1300
Hunter Lab28.401245.7265-61.0901
CIE-Lab34.120655.2630-55.3619

#7427aa color RGB value is (116,39,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 10101010
Octal 164 47 252
Decimal 116 39 170
Hex 74 27 AA

RGB Percentages of Color #7427aa

%35.69
%12.00
%52.31

CMYK Percentages of Color #7427aa

%32
%77
%0
%33

Triadic Colors of #7427aa

#7427aa #aa7427 #27aa74

Analogous Colors of #7427aa

#7427aa #aa279f #3227aa

Monochromatic Colors of #7427aa

#7427aa

Complementary Color

#7427aa #5daa27

#7427aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7427aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7427aa Color CSS Codes

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

#7427aa Text Font Color

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

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


#7427aa Background Color

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

This div background color is #7427aa


#7427aa Border Color

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

This div border color is #7427aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7427aa


Comments

No comments written yet.

Please login to write comment.