Color Hex Logo

#4700aa Color Hex

#4700AA
(71,0,170)
0 Favorites   0 Comments

Color spaces of #4700aa

RGB 710170
HSL0.741.000.33
HSV265°100°67°
CMYK 0.581.000.00   0.33
XYZ9.85424.241938.3296
Yxy4.24190.18800.0809
Hunter Lab20.595949.3615-95.9235
CIE-Lab24.455660.5125-71.4664

#4700aa color RGB value is (71,0,170).

#4700aa hex color red value is 71, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4700aa hue: 0.74 , saturation: 1.00 and the lightness value of 4700aa is 0.33.

The process color (four color CMYK) of #4700aa color hex is 0.58, 1.00, 0.00, 0.33. Web safe color of #4700aa is #330099. Color #4700aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000000 10101010
Octal 107 0 252
Decimal 71 0 170
Hex 47 0 AA

RGB Percentages of Color #4700aa

%29.46
%0.00
%70.54

CMYK Percentages of Color #4700aa

%58
%100
%0
%33

Triadic Colors of #4700aa

#4700aa #aa4700 #00aa47

Analogous Colors of #4700aa

#4700aa #9c00aa #000eaa

Monochromatic Colors of #4700aa

#4700aa

Complementary Color

#4700aa #63aa00

#4700aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4700aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4700aa Color CSS Codes

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

#4700aa Text Font Color

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

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


#4700aa Background Color

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

This div background color is #4700aa


#4700aa Border Color

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

This div border color is #4700aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4700aa


Comments

No comments written yet.

Please login to write comment.