Color Hex Logo

#471473 Color Hex

#471473
(71,20,115)
0 Favorites   0 Comments

Color spaces of #471473

RGB 7120115
HSL0.760.700.26
HSV272°83°45°
CMYK 0.380.830.00   0.55
XYZ5.94323.077716.5005
Yxy3.07770.23290.1206
Hunter Lab17.543429.7699-43.4851
CIE-Lab20.352441.7644-43.9525

#471473 color RGB value is (71,20,115).

#471473 hex color red value is 71, green value is 20 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #471473 hue: 0.76 , saturation: 0.70 and the lightness value of 471473 is 0.26.

The process color (four color CMYK) of #471473 color hex is 0.38, 0.83, 0.00, 0.55. Web safe color of #471473 is #330066. Color #471473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 01110011
Octal 107 24 163
Decimal 71 20 115
Hex 47 14 73

RGB Percentages of Color #471473

%34.47
%9.71
%55.83

CMYK Percentages of Color #471473

%38
%83
%0
%55

Triadic Colors of #471473

#471473 #734714 #147347

Analogous Colors of #471473

#471473 #731470 #171473

Monochromatic Colors of #471473

#471473

Complementary Color

#471473 #407314

#471473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471473 Color CSS Codes

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

#471473 Text Font Color

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

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


#471473 Background Color

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

This div background color is #471473


#471473 Border Color

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

This div border color is #471473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,20,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471473;
  -webkit-box-shadow: 1px 1px 3px 2px #471473;
  box-shadow:         1px 1px 3px 2px #471473; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471473


Comments

No comments written yet.

Please login to write comment.