Color Hex Logo

#471dad Color Hex

#471DAD
(71,29,173)
0 Favorites   0 Comments

Color spaces of #471dad

RGB 7129173
HSL0.720.710.40
HSV258°83°68°
CMYK 0.590.830.00   0.32
XYZ10.58075.235539.9880
Yxy5.23550.18960.0938
Hunter Lab22.881242.4996-87.6004
CIE-Lab27.395453.4767-68.4056

#471dad color RGB value is (71,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011101 10101101
Octal 107 35 255
Decimal 71 29 173
Hex 47 1D AD

RGB Percentages of Color #471dad

%26.01
%10.62
%63.37

CMYK Percentages of Color #471dad

%59
%83
%0
%32

Triadic Colors of #471dad

#471dad #ad471d #1dad47

Analogous Colors of #471dad

#471dad #8f1dad #1d3bad

Monochromatic Colors of #471dad

#471dad

Complementary Color

#471dad #83ad1d

#471dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#471dad Color CSS Codes

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

#471dad Text Font Color

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

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


#471dad Background Color

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

This div background color is #471dad


#471dad Border Color

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

This div border color is #471dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471dad


Comments

No comments written yet.

Please login to write comment.