Color Hex Logo

#471064 Color Hex

#471064
(71,16,100)
0 Favorites   0 Comments

Color spaces of #471064

RGB 7116100
HSL0.780.720.23
HSV279°84°39°
CMYK 0.290.840.00   0.61
XYZ5.08412.630312.2963
Yxy2.63030.25410.1314
Hunter Lab16.218227.5745-33.5997
CIE-Lab18.497939.6938-37.1930

#471064 color RGB value is (71,16,100).

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

The process color (four color CMYK) of #471064 color hex is 0.29, 0.84, 0.00, 0.61. Web safe color of #471064 is #330066. Color #471064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 01100100
Octal 107 20 144
Decimal 71 16 100
Hex 47 10 64

RGB Percentages of Color #471064

%37.97
%8.56
%53.48

CMYK Percentages of Color #471064

%29
%84
%0
%61

Triadic Colors of #471064

#471064 #644710 #106447

Analogous Colors of #471064

#471064 #641057 #1d1064

Monochromatic Colors of #471064

#471064

Complementary Color

#471064 #2d6410

#471064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471064 Color CSS Codes

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

#471064 Text Font Color

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

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


#471064 Background Color

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

This div background color is #471064


#471064 Border Color

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

This div border color is #471064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471064


Comments

No comments written yet.

Please login to write comment.