Color Hex Logo

#472aae Color Hex

#472AAE
(71,42,174)
0 Favorites   0 Comments

Color spaces of #472aae

RGB 7142174
HSL0.700.610.42
HSV253°76°68°
CMYK 0.590.760.00   0.32
XYZ11.06656.051540.6292
Yxy6.05150.19160.1048
Hunter Lab24.599837.2506-80.7039
CIE-Lab29.542047.8504-65.4661

#472aae color RGB value is (71,42,174).

#472aae hex color red value is 71, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #472aae hue: 0.70 , saturation: 0.61 and the lightness value of 472aae is 0.42.

The process color (four color CMYK) of #472aae color hex is 0.59, 0.76, 0.00, 0.32. Web safe color of #472aae is #333399. Color #472aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101010 10101110
Octal 107 52 256
Decimal 71 42 174
Hex 47 2A AE

RGB Percentages of Color #472aae

%24.74
%14.63
%60.63

CMYK Percentages of Color #472aae

%59
%76
%0
%32

Triadic Colors of #472aae

#472aae #ae472a #2aae47

Analogous Colors of #472aae

#472aae #892aae #2a4fae

Monochromatic Colors of #472aae

#472aae

Complementary Color

#472aae #91ae2a

#472aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#472aae Color CSS Codes

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

#472aae Text Font Color

<p style="color:#472aae">Text here</p>

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


#472aae Background Color

<div style="background-color:#472aae">
Div content here</div>

This div background color is #472aae


#472aae Border Color

<div style="border:3px solid #472aae">
Div here</div>

This div border color is #472aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,42,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472aae;
  -webkit-box-shadow: 1px 1px 3px 2px #472aae;
  box-shadow:         1px 1px 3px 2px #472aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472aae


Comments

No comments written yet.

Please login to write comment.