Color Hex Logo

#471663 Color Hex

#471663
(71,22,99)
0 Favorites   0 Comments

Color spaces of #471663

RGB 712299
HSL0.770.640.24
HSV278°78°39°
CMYK 0.280.780.00   0.61
XYZ5.13762.814312.0768
Yxy2.81430.25650.1405
Hunter Lab16.775925.3077-30.9392
CIE-Lab19.284336.9628-35.2585

#471663 color RGB value is (71,22,99).

#471663 hex color red value is 71, green value is 22 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #471663 hue: 0.77 , saturation: 0.64 and the lightness value of 471663 is 0.24.

The process color (four color CMYK) of #471663 color hex is 0.28, 0.78, 0.00, 0.61. Web safe color of #471663 is #330066. Color #471663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010110 01100011
Octal 107 26 143
Decimal 71 22 99
Hex 47 16 63

RGB Percentages of Color #471663

%36.98
%11.46
%51.56

CMYK Percentages of Color #471663

%28
%78
%0
%61

Triadic Colors of #471663

#471663 #634716 #166347

Analogous Colors of #471663

#471663 #631658 #211663

Monochromatic Colors of #471663

#471663

Complementary Color

#471663 #326316

#471663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471663 Color CSS Codes

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

#471663 Text Font Color

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

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


#471663 Background Color

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

This div background color is #471663


#471663 Border Color

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

This div border color is #471663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471663


Comments

No comments written yet.

Please login to write comment.