Color Hex Logo

#470662 Color Hex

#470662
(71,6,98)
0 Favorites   0 Comments

Color spaces of #470662

RGB 71698
HSL0.780.880.20
HSV282°94°38°
CMYK 0.280.940.00   0.62
XYZ4.86832.351711.7526
Yxy2.35170.25660.1240
Hunter Lab15.335329.8296-34.7039
CIE-Lab17.234242.4367-37.9254

#470662 color RGB value is (71,6,98).

#470662 hex color red value is 71, green value is 6 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #470662 hue: 0.78 , saturation: 0.88 and the lightness value of 470662 is 0.20.

The process color (four color CMYK) of #470662 color hex is 0.28, 0.94, 0.00, 0.62. Web safe color of #470662 is #330066. Color #470662 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000110 01100010
Octal 107 6 142
Decimal 71 6 98
Hex 47 6 62

RGB Percentages of Color #470662

%40.57
%3.43
%56.00

CMYK Percentages of Color #470662

%28
%94
%0
%62

Triadic Colors of #470662

#470662 #624706 #066247

Analogous Colors of #470662

#470662 #62064f #190662

Monochromatic Colors of #470662

#470662

Complementary Color

#470662 #216206

#470662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470662 Color CSS Codes

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

#470662 Text Font Color

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

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


#470662 Background Color

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

This div background color is #470662


#470662 Border Color

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

This div border color is #470662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470662


Comments

No comments written yet.

Please login to write comment.