Color Hex Logo

#472fad Color Hex

#472FAD
(71,47,173)
0 Favorites   0 Comments

Color spaces of #472fad

RGB 7147173
HSL0.700.570.43
HSV251°73°68°
CMYK 0.590.730.00   0.32
XYZ11.15796.389840.1804
Yxy6.38980.19330.1107
Hunter Lab25.278134.5545-76.5490
CIE-Lab30.375344.9288-63.4972

#472fad color RGB value is (71,47,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 10101101
Octal 107 57 255
Decimal 71 47 173
Hex 47 2F AD

RGB Percentages of Color #472fad

%24.40
%16.15
%59.45

CMYK Percentages of Color #472fad

%59
%73
%0
%32

Triadic Colors of #472fad

#472fad #ad472f #2fad47

Analogous Colors of #472fad

#472fad #862fad #2f56ad

Monochromatic Colors of #472fad

#472fad

Complementary Color

#472fad #95ad2f

#472fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fad Color CSS Codes

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

#472fad Text Font Color

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

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


#472fad Background Color

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

This div background color is #472fad


#472fad Border Color

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

This div border color is #472fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fad


Comments

No comments written yet.

Please login to write comment.