Color Hex Logo

#7f40aa Color Hex

#7F40AA
(127,64,170)
0 Favorites   0 Comments

Color spaces of #7f40aa

RGB 12764170
HSL0.770.450.46
HSV276°62°67°
CMYK 0.250.620.00   0.33
XYZ17.841511.081139.2287
Yxy11.08110.26180.1626
Hunter Lab33.288337.4160-46.5687
CIE-Lab39.716746.1283-46.2497

#7f40aa color RGB value is (127,64,170).

#7f40aa hex color red value is 127, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7f40aa hue: 0.77 , saturation: 0.45 and the lightness value of 7f40aa is 0.46.

The process color (four color CMYK) of #7f40aa color hex is 0.25, 0.62, 0.00, 0.33. Web safe color of #7f40aa is #663399. Color #7f40aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000000 10101010
Octal 177 100 252
Decimal 127 64 170
Hex 7F 40 AA

RGB Percentages of Color #7f40aa

%35.18
%17.73
%47.09

CMYK Percentages of Color #7f40aa

%25
%62
%0
%33

Triadic Colors of #7f40aa

#7f40aa #aa7f40 #40aa7f

Analogous Colors of #7f40aa

#7f40aa #aa40a0 #4a40aa

Monochromatic Colors of #7f40aa

#7f40aa

Complementary Color

#7f40aa #6baa40

#7f40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f40aa Color CSS Codes

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

#7f40aa Text Font Color

<p style="color:#7f40aa">Text here</p>

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


#7f40aa Background Color

<div style="background-color:#7f40aa">
Div content here</div>

This div background color is #7f40aa


#7f40aa Border Color

<div style="border:3px solid #7f40aa">
Div here</div>

This div border color is #7f40aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,64,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f40aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f40aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7f40aa;
  box-shadow:         1px 1px 3px 2px #7f40aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,64,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 #7f40aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f40aa


Comments

No comments written yet.

Please login to write comment.