Color Hex Logo

#470950 Color Hex

#470950
(71,9,80)
0 Favorites   0 Comments

Color spaces of #470950

RGB 71980
HSL0.810.800.17
HSV292°89°31°
CMYK 0.110.890.00   0.69
XYZ4.14422.11427.7791
Yxy2.11420.29520.1506
Hunter Lab14.540325.4297-21.5421
CIE-Lab16.075537.7266-27.6863

#470950 color RGB value is (71,9,80).

#470950 hex color red value is 71, green value is 9 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #470950 hue: 0.81 , saturation: 0.80 and the lightness value of 470950 is 0.17.

The process color (four color CMYK) of #470950 color hex is 0.11, 0.89, 0.00, 0.69. Web safe color of #470950 is #330066. Color #470950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001001 01010000
Octal 107 11 120
Decimal 71 9 80
Hex 47 9 50

RGB Percentages of Color #470950

%44.38
%5.63
%50.00

CMYK Percentages of Color #470950

%11
%89
%0
%69

Triadic Colors of #470950

#470950 #504709 #095047

Analogous Colors of #470950

#470950 #500936 #240950

Monochromatic Colors of #470950

#470950

Complementary Color

#470950 #125009

#470950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470950 Color CSS Codes

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

#470950 Text Font Color

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

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


#470950 Background Color

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

This div background color is #470950


#470950 Border Color

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

This div border color is #470950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470950


Comments

No comments written yet.

Please login to write comment.