Color Hex Logo

#470eac Color Hex

#470EAC
(71,14,172)
0 Favorites   0 Comments

Color spaces of #470eac

RGB 7114172
HSL0.730.850.36
HSV262°92°67°
CMYK 0.590.920.00   0.33
XYZ10.20204.632239.3861
Yxy4.63220.18820.0854
Hunter Lab21.522546.9471-93.4345
CIE-Lab25.660158.0520-70.6753

#470eac color RGB value is (71,14,172).

#470eac hex color red value is 71, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #470eac hue: 0.73 , saturation: 0.85 and the lightness value of 470eac is 0.36.

The process color (four color CMYK) of #470eac color hex is 0.59, 0.92, 0.00, 0.33. Web safe color of #470eac is #330099. Color #470eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 10101100
Octal 107 16 254
Decimal 71 14 172
Hex 47 E AC

RGB Percentages of Color #470eac

%27.63
%5.45
%66.93

CMYK Percentages of Color #470eac

%59
%92
%0
%33

Triadic Colors of #470eac

#470eac #ac470e #0eac47

Analogous Colors of #470eac

#470eac #960eac #0e24ac

Monochromatic Colors of #470eac

#470eac

Complementary Color

#470eac #73ac0e

#470eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#470eac Color CSS Codes

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

#470eac Text Font Color

<p style="color:#470eac">Text here</p>

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


#470eac Background Color

<div style="background-color:#470eac">
Div content here</div>

This div background color is #470eac


#470eac Border Color

<div style="border:3px solid #470eac">
Div here</div>

This div border color is #470eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,14,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470eac;
  -webkit-box-shadow: 1px 1px 3px 2px #470eac;
  box-shadow:         1px 1px 3px 2px #470eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,14,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #470eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470eac


Comments

No comments written yet.

Please login to write comment.