Color Hex Logo

#471053 Color Hex

#471053
(71,16,83)
0 Favorites   0 Comments

Color spaces of #471053

RGB 711683
HSL0.800.680.19
HSV289°81°33°
CMYK 0.140.810.00   0.67
XYZ4.34522.33478.4052
Yxy2.33470.28800.1548
Hunter Lab15.279724.0217-21.9189
CIE-Lab17.153935.8785-27.9962

#471053 color RGB value is (71,16,83).

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

The process color (four color CMYK) of #471053 color hex is 0.14, 0.81, 0.00, 0.67. Web safe color of #471053 is #330066. Color #471053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 01010011
Octal 107 20 123
Decimal 71 16 83
Hex 47 10 53

RGB Percentages of Color #471053

%41.76
%9.41
%48.82

CMYK Percentages of Color #471053

%14
%81
%0
%67

Triadic Colors of #471053

#471053 #534710 #105347

Analogous Colors of #471053

#471053 #53103e #261053

Monochromatic Colors of #471053

#471053

Complementary Color

#471053 #1c5310

#471053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471053 Color CSS Codes

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

#471053 Text Font Color

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

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


#471053 Background Color

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

This div background color is #471053


#471053 Border Color

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

This div border color is #471053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471053


Comments

No comments written yet.

Please login to write comment.