Color Hex Logo

#470854 Color Hex

#470854
(71,8,84)
0 Favorites   0 Comments

Color spaces of #470854

RGB 71884
HSL0.800.830.18
HSV290°90°33°
CMYK 0.150.900.00   0.67
XYZ4.28562.15348.5773
Yxy2.15340.28540.1434
Hunter Lab14.674526.4497-24.3832
CIE-Lab16.272538.8565-30.0931

#470854 color RGB value is (71,8,84).

#470854 hex color red value is 71, green value is 8 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #470854 hue: 0.80 , saturation: 0.83 and the lightness value of 470854 is 0.18.

The process color (four color CMYK) of #470854 color hex is 0.15, 0.90, 0.00, 0.67. Web safe color of #470854 is #330066. Color #470854 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01010100
Octal 107 10 124
Decimal 71 8 84
Hex 47 8 54

RGB Percentages of Color #470854

%43.56
%4.91
%51.53

CMYK Percentages of Color #470854

%15
%90
%0
%67

Triadic Colors of #470854

#470854 #544708 #085447

Analogous Colors of #470854

#470854 #54083b #210854

Monochromatic Colors of #470854

#470854

Complementary Color

#470854 #155408

#470854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470854 Color CSS Codes

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

#470854 Text Font Color

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

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


#470854 Background Color

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

This div background color is #470854


#470854 Border Color

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

This div border color is #470854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470854


Comments

No comments written yet.

Please login to write comment.