Color Hex Logo

#471aad Color Hex

#471AAD
(71,26,173)
0 Favorites   0 Comments

Color spaces of #471aad

RGB 7126173
HSL0.720.740.39
HSV258°85°68°
CMYK 0.590.850.00   0.32
XYZ10.51085.095539.9647
Yxy5.09550.18910.0917
Hunter Lab22.573243.6121-89.1686
CIE-Lab27.005154.6282-69.0507

#471aad color RGB value is (71,26,173).

#471aad hex color red value is 71, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #471aad hue: 0.72 , saturation: 0.74 and the lightness value of 471aad is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 10101101
Octal 107 32 255
Decimal 71 26 173
Hex 47 1A AD

RGB Percentages of Color #471aad

%26.30
%9.63
%64.07

CMYK Percentages of Color #471aad

%59
%85
%0
%32

Triadic Colors of #471aad

#471aad #ad471a #1aad47

Analogous Colors of #471aad

#471aad #911aad #1a37ad

Monochromatic Colors of #471aad

#471aad

Complementary Color

#471aad #80ad1a

#471aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#471aad Color CSS Codes

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

#471aad Text Font Color

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

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


#471aad Background Color

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

This div background color is #471aad


#471aad Border Color

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

This div border color is #471aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471aad


Comments

No comments written yet.

Please login to write comment.