Color Hex Logo

#472fab Color Hex

#472FAB
(71,47,171)
0 Favorites   0 Comments

Color spaces of #472fab

RGB 7147171
HSL0.700.570.43
HSV252°73°67°
CMYK 0.580.730.00   0.33
XYZ10.96576.312939.1686
Yxy6.31290.19430.1118
Hunter Lab25.125533.9345-74.8405
CIE-Lab30.188544.3201-62.6049

#472fab color RGB value is (71,47,171).

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

The process color (four color CMYK) of #472fab color hex is 0.58, 0.73, 0.00, 0.33. Web safe color of #472fab is #333399. Color #472fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 10101011
Octal 107 57 253
Decimal 71 47 171
Hex 47 2F AB

RGB Percentages of Color #472fab

%24.57
%16.26
%59.17

CMYK Percentages of Color #472fab

%58
%73
%0
%33

Triadic Colors of #472fab

#472fab #ab472f #2fab47

Analogous Colors of #472fab

#472fab #852fab #2f55ab

Monochromatic Colors of #472fab

#472fab

Complementary Color

#472fab #93ab2f

#472fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fab Color CSS Codes

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

#472fab Text Font Color

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

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


#472fab Background Color

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

This div background color is #472fab


#472fab Border Color

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

This div border color is #472fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fab


Comments

No comments written yet.

Please login to write comment.