Color Hex Logo

#471760 Color Hex

#471760
(71,23,96)
0 Favorites   0 Comments

Color spaces of #471760

RGB 712396
HSL0.780.610.23
HSV279°76°38°
CMYK 0.260.760.00   0.62
XYZ5.01622.796911.3418
Yxy2.79690.26190.1460
Hunter Lab16.723924.2726-28.5024
CIE-Lab19.211435.7759-33.3937

#471760 color RGB value is (71,23,96).

#471760 hex color red value is 71, green value is 23 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #471760 hue: 0.78 , saturation: 0.61 and the lightness value of 471760 is 0.23.

The process color (four color CMYK) of #471760 color hex is 0.26, 0.76, 0.00, 0.62. Web safe color of #471760 is #330066. Color #471760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010111 01100000
Octal 107 27 140
Decimal 71 23 96
Hex 47 17 60

RGB Percentages of Color #471760

%37.37
%12.11
%50.53

CMYK Percentages of Color #471760

%26
%76
%0
%62

Triadic Colors of #471760

#471760 #604717 #176047

Analogous Colors of #471760

#471760 #601755 #221760

Monochromatic Colors of #471760

#471760

Complementary Color

#471760 #306017

#471760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471760 Color CSS Codes

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

#471760 Text Font Color

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

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


#471760 Background Color

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

This div background color is #471760


#471760 Border Color

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

This div border color is #471760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471760


Comments

No comments written yet.

Please login to write comment.