Color Hex Logo

#470467 Color Hex

#470467
(71,4,103)
0 Favorites   0 Comments

Color spaces of #470467

RGB 714103
HSL0.780.930.21
HSV281°96°40°
CMYK 0.310.960.00   0.60
XYZ5.09012.405713.0280
Yxy2.40570.24800.1172
Hunter Lab15.510331.4362-38.9438
CIE-Lab17.486744.1268-40.8172

#470467 color RGB value is (71,4,103).

#470467 hex color red value is 71, green value is 4 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #470467 hue: 0.78 , saturation: 0.93 and the lightness value of 470467 is 0.21.

The process color (four color CMYK) of #470467 color hex is 0.31, 0.96, 0.00, 0.60. Web safe color of #470467 is #330066. Color #470467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 01100111
Octal 107 4 147
Decimal 71 4 103
Hex 47 4 67

RGB Percentages of Color #470467

%39.89
%2.25
%57.87

CMYK Percentages of Color #470467

%31
%96
%0
%60

Triadic Colors of #470467

#470467 #674704 #046747

Analogous Colors of #470467

#470467 #670455 #160467

Monochromatic Colors of #470467

#470467

Complementary Color

#470467 #246704

#470467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470467 Color CSS Codes

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

#470467 Text Font Color

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

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


#470467 Background Color

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

This div background color is #470467


#470467 Border Color

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

This div border color is #470467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470467


Comments

No comments written yet.

Please login to write comment.