Color Hex Logo

#471fad Color Hex

#471FAD
(71,31,173)
0 Favorites   0 Comments

Color spaces of #471fad

RGB 7131173
HSL0.710.700.40
HSV257°82°68°
CMYK 0.590.820.00   0.32
XYZ10.63135.336740.0049
Yxy5.33670.18990.0953
Hunter Lab23.101341.7191-86.5026
CIE-Lab27.673352.6620-67.9468

#471fad color RGB value is (71,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011111 10101101
Octal 107 37 255
Decimal 71 31 173
Hex 47 1F AD

RGB Percentages of Color #471fad

%25.82
%11.27
%62.91

CMYK Percentages of Color #471fad

%59
%82
%0
%32

Triadic Colors of #471fad

#471fad #ad471f #1fad47

Analogous Colors of #471fad

#471fad #8e1fad #1f3ead

Monochromatic Colors of #471fad

#471fad

Complementary Color

#471fad #85ad1f

#471fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#471fad Color CSS Codes

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

#471fad Text Font Color

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

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


#471fad Background Color

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

This div background color is #471fad


#471fad Border Color

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

This div border color is #471fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,31,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 #471fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471fad


Comments

No comments written yet.

Please login to write comment.