Color Hex Logo

#470faf Color Hex

#470FAF
(71,15,175)
0 Favorites   0 Comments

Color spaces of #470faf

RGB 7115175
HSL0.730.840.37
HSV261°91°69°
CMYK 0.590.910.00   0.31
XYZ10.50724.776440.9256
Yxy4.77640.18690.0850
Hunter Lab21.855047.5711-95.7279
CIE-Lab26.088058.5540-71.7706

#470faf color RGB value is (71,15,175).

#470faf hex color red value is 71, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #470faf hue: 0.73 , saturation: 0.84 and the lightness value of 470faf is 0.37.

The process color (four color CMYK) of #470faf color hex is 0.59, 0.91, 0.00, 0.31. Web safe color of #470faf is #330099. Color #470faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001111 10101111
Octal 107 17 257
Decimal 71 15 175
Hex 47 F AF

RGB Percentages of Color #470faf

%27.20
%5.75
%67.05

CMYK Percentages of Color #470faf

%59
%91
%0
%31

Triadic Colors of #470faf

#470faf #af470f #0faf47

Analogous Colors of #470faf

#470faf #970faf #0f27af

Monochromatic Colors of #470faf

#470faf

Complementary Color

#470faf #77af0f

#470faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#470faf Color CSS Codes

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

#470faf Text Font Color

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

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


#470faf Background Color

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

This div background color is #470faf


#470faf Border Color

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

This div border color is #470faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470faf


Comments

No comments written yet.

Please login to write comment.