Color Hex Logo

#7f64aa Color Hex

#7F64AA
(127,100,170)
0 Favorites   0 Comments

Color spaces of #7f64aa

RGB 127100170
HSL0.730.290.53
HSV263°41°67°
CMYK 0.250.410.00   0.33
XYZ20.565316.528640.1367
Yxy16.52860.26630.2140
Hunter Lab40.655419.1463-30.0748
CIE-Lab47.660525.7724-33.6432

#7f64aa color RGB value is (127,100,170).

#7f64aa hex color red value is 127, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7f64aa hue: 0.73 , saturation: 0.29 and the lightness value of 7f64aa is 0.53.

The process color (four color CMYK) of #7f64aa color hex is 0.25, 0.41, 0.00, 0.33. Web safe color of #7f64aa is #666699. Color #7f64aa contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #7f64aa

%31.99
%25.19
%42.82

CMYK Percentages of Color #7f64aa

%25
%41
%0
%33

Triadic Colors of #7f64aa

#7f64aa #aa7f64 #64aa7f

Analogous Colors of #7f64aa

#7f64aa #a264aa #646caa

Monochromatic Colors of #7f64aa

#7f64aa

Complementary Color

#7f64aa #8faa64

#7f64aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f64aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f64aa Color CSS Codes

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

#7f64aa Text Font Color

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

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


#7f64aa Background Color

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

This div background color is #7f64aa


#7f64aa Border Color

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

This div border color is #7f64aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f64aa


Comments

No comments written yet.

Please login to write comment.