Color Hex Logo

#7005aa Color Hex

#7005AA
(112,5,170)
0 Favorites   0 Comments

Color spaces of #7005aa

RGB 1125170
HSL0.770.940.34
HSV279°97°67°
CMYK 0.340.970.00   0.33
XYZ13.99216.455638.5388
Yxy6.45560.23720.1094
Hunter Lab25.407953.8361-72.1459
CIE-Lab30.534063.4312-61.2428

#7005aa color RGB value is (112,5,170).

#7005aa hex color red value is 112, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7005aa hue: 0.77 , saturation: 0.94 and the lightness value of 7005aa is 0.34.

The process color (four color CMYK) of #7005aa color hex is 0.34, 0.97, 0.00, 0.33. Web safe color of #7005aa is #660099. Color #7005aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000101 10101010
Octal 160 5 252
Decimal 112 5 170
Hex 70 5 AA

RGB Percentages of Color #7005aa

%39.02
%1.74
%59.23

CMYK Percentages of Color #7005aa

%34
%97
%0
%33

Triadic Colors of #7005aa

#7005aa #aa7005 #05aa70

Analogous Colors of #7005aa

#7005aa #aa0592 #1e05aa

Monochromatic Colors of #7005aa

#7005aa

Complementary Color

#7005aa #3faa05

#7005aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7005aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7005aa Color CSS Codes

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

#7005aa Text Font Color

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

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


#7005aa Background Color

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

This div background color is #7005aa


#7005aa Border Color

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

This div border color is #7005aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7005aa


Comments

No comments written yet.

Please login to write comment.