Color Hex Logo

#471441 Color Hex

#471441
(71,20,65)
0 Favorites   0 Comments

Color spaces of #471441

RGB 712065
HSL0.850.560.18
HSV307°72°28°
CMYK 0.000.720.08   0.72
XYZ3.80282.22165.2294
Yxy2.22160.33790.1974
Hunter Lab14.905019.4578-10.3683
CIE-Lab16.609730.4524-16.4752

#471441 color RGB value is (71,20,65).

#471441 hex color red value is 71, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #471441 hue: 0.85 , saturation: 0.56 and the lightness value of 471441 is 0.18.

The process color (four color CMYK) of #471441 color hex is 0.00, 0.72, 0.08, 0.72. Web safe color of #471441 is #330033. Color #471441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 01000001
Octal 107 24 101
Decimal 71 20 65
Hex 47 14 41

RGB Percentages of Color #471441

%45.51
%12.82
%41.67

CMYK Percentages of Color #471441

%0
%72
%8
%72

Triadic Colors of #471441

#471441 #414714 #144147

Analogous Colors of #471441

#471441 #471428 #341447

Monochromatic Colors of #471441

#471441

Complementary Color

#471441 #14471a

#471441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471441 Color CSS Codes

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

#471441 Text Font Color

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

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


#471441 Background Color

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

This div background color is #471441


#471441 Border Color

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

This div border color is #471441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471441


Comments

No comments written yet.

Please login to write comment.