Color Hex Logo

#4712aa Color Hex

#4712AA
(71,18,170)
0 Favorites   0 Comments

Color spaces of #4712aa

RGB 7118170
HSL0.720.810.37
HSV261°89°67°
CMYK 0.580.890.00   0.33
XYZ10.07054.674538.4017
Yxy4.67450.18950.0880
Hunter Lab21.620645.3062-90.1743
CIE-Lab25.786556.4817-69.2601

#4712aa color RGB value is (71,18,170).

#4712aa hex color red value is 71, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4712aa hue: 0.72 , saturation: 0.81 and the lightness value of 4712aa is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 10101010
Octal 107 22 252
Decimal 71 18 170
Hex 47 12 AA

RGB Percentages of Color #4712aa

%27.41
%6.95
%65.64

CMYK Percentages of Color #4712aa

%58
%89
%0
%33

Triadic Colors of #4712aa

#4712aa #aa4712 #12aa47

Analogous Colors of #4712aa

#4712aa #9312aa #1229aa

Monochromatic Colors of #4712aa

#4712aa

Complementary Color

#4712aa #75aa12

#4712aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4712aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4712aa Color CSS Codes

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

#4712aa Text Font Color

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

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


#4712aa Background Color

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

This div background color is #4712aa


#4712aa Border Color

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

This div border color is #4712aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4712aa


Comments

No comments written yet.

Please login to write comment.