Color Hex Logo

#471050 Color Hex

#471050
(71,16,80)
0 Favorites   0 Comments

Color spaces of #471050

RGB 711680
HSL0.810.670.19
HSV292°80°31°
CMYK 0.110.800.00   0.69
XYZ4.23182.28947.8083
Yxy2.28940.29530.1598
Hunter Lab15.130823.4444-20.0053
CIE-Lab16.938135.2398-26.3027

#471050 color RGB value is (71,16,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 01010000
Octal 107 20 120
Decimal 71 16 80
Hex 47 10 50

RGB Percentages of Color #471050

%42.51
%9.58
%47.90

CMYK Percentages of Color #471050

%11
%80
%0
%69

Triadic Colors of #471050

#471050 #504710 #105047

Analogous Colors of #471050

#471050 #501039 #271050

Monochromatic Colors of #471050

#471050

Complementary Color

#471050 #195010

#471050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471050 Color CSS Codes

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

#471050 Text Font Color

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

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


#471050 Background Color

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

This div background color is #471050


#471050 Border Color

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

This div border color is #471050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471050


Comments

No comments written yet.

Please login to write comment.