Color Hex Logo

#472aaf Color Hex

#472AAF
(71,42,175)
0 Favorites   0 Comments

Color spaces of #472aaf

RGB 7142175
HSL0.700.610.43
HSV253°76°69°
CMYK 0.590.760.00   0.31
XYZ11.16446.090741.1446
Yxy6.09070.19120.1043
Hunter Lab24.679337.5607-81.5708
CIE-Lab29.640148.1453-65.9032

#472aaf color RGB value is (71,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101010 10101111
Octal 107 52 257
Decimal 71 42 175
Hex 47 2A AF

RGB Percentages of Color #472aaf

%24.65
%14.58
%60.76

CMYK Percentages of Color #472aaf

%59
%76
%0
%31

Triadic Colors of #472aaf

#472aaf #af472a #2aaf47

Analogous Colors of #472aaf

#472aaf #8a2aaf #2a4faf

Monochromatic Colors of #472aaf

#472aaf

Complementary Color

#472aaf #92af2a

#472aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#472aaf Color CSS Codes

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

#472aaf Text Font Color

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

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


#472aaf Background Color

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

This div background color is #472aaf


#472aaf Border Color

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

This div border color is #472aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472aaf


Comments

No comments written yet.

Please login to write comment.