Color Hex Logo

#473150 Color Hex

#473150
(71,49,80)
0 Favorites   0 Comments

Color spaces of #473150

RGB 714980
HSL0.780.240.25
HSV283°39°31°
CMYK 0.110.390.00   0.69
XYZ5.14484.11548.1126
Yxy4.11540.29610.2369
Hunter Lab20.28649.7677-9.5097
CIE-Lab24.049316.5121-15.1077

#473150 color RGB value is (71,49,80).

#473150 hex color red value is 71, green value is 49 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #473150 hue: 0.78 , saturation: 0.24 and the lightness value of 473150 is 0.25.

The process color (four color CMYK) of #473150 color hex is 0.11, 0.39, 0.00, 0.69. Web safe color of #473150 is #333366. Color #473150 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110001 01010000
Octal 107 61 120
Decimal 71 49 80
Hex 47 31 50

RGB Percentages of Color #473150

%35.50
%24.50
%40.00

CMYK Percentages of Color #473150

%11
%39
%0
%69

Triadic Colors of #473150

#473150 #504731 #315047

Analogous Colors of #473150

#473150 #50314a #383150

Monochromatic Colors of #473150

#473150

Complementary Color

#473150 #3a5031

#473150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473150 Color CSS Codes

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

#473150 Text Font Color

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

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


#473150 Background Color

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

This div background color is #473150


#473150 Border Color

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

This div border color is #473150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,49,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 #473150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473150


Comments

No comments written yet.

Please login to write comment.