Color Hex Logo

#7426aa Color Hex

#7426AA
(116,38,170)
0 Favorites   0 Comments

Color spaces of #7426aa

RGB 11638170
HSL0.770.630.41
HSV275°78°67°
CMYK 0.320.780.00   0.33
XYZ15.15138.001538.7761
Yxy8.00150.24470.1292
Hunter Lab28.286946.1077-61.4747
CIE-Lab33.986055.6499-55.5808

#7426aa color RGB value is (116,38,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 10101010
Octal 164 46 252
Decimal 116 38 170
Hex 74 26 AA

RGB Percentages of Color #7426aa

%35.80
%11.73
%52.47

CMYK Percentages of Color #7426aa

%32
%78
%0
%33

Triadic Colors of #7426aa

#7426aa #aa7426 #26aa74

Analogous Colors of #7426aa

#7426aa #aa269e #3226aa

Monochromatic Colors of #7426aa

#7426aa

Complementary Color

#7426aa #5caa26

#7426aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7426aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7426aa Color CSS Codes

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

#7426aa Text Font Color

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

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


#7426aa Background Color

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

This div background color is #7426aa


#7426aa Border Color

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

This div border color is #7426aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7426aa


Comments

No comments written yet.

Please login to write comment.