Color Hex Logo

#470374 Color Hex

#470374
(71,3,116)
0 Favorites   0 Comments

Color spaces of #470374

RGB 713116
HSL0.770.950.23
HSV276°97°45°
CMYK 0.390.970.00   0.55
XYZ5.78352.665716.7327
Yxy2.66570.22970.1059
Hunter Lab16.327034.6578-49.3345
CIE-Lab18.652047.3000-47.3821

#470374 color RGB value is (71,3,116).

#470374 hex color red value is 71, green value is 3 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #470374 hue: 0.77 , saturation: 0.95 and the lightness value of 470374 is 0.23.

The process color (four color CMYK) of #470374 color hex is 0.39, 0.97, 0.00, 0.55. Web safe color of #470374 is #330066. Color #470374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000011 01110100
Octal 107 3 164
Decimal 71 3 116
Hex 47 3 74

RGB Percentages of Color #470374

%37.37
%1.58
%61.05

CMYK Percentages of Color #470374

%39
%97
%0
%55

Triadic Colors of #470374

#470374 #744703 #037447

Analogous Colors of #470374

#470374 #740369 #0f0374

Monochromatic Colors of #470374

#470374

Complementary Color

#470374 #307403

#470374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470374 Color CSS Codes

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

#470374 Text Font Color

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

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


#470374 Background Color

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

This div background color is #470374


#470374 Border Color

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

This div border color is #470374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470374


Comments

No comments written yet.

Please login to write comment.