Color Hex Logo

#471370 Color Hex

#471370
(71,19,112)
0 Favorites   0 Comments

Color spaces of #471370

RGB 7119112
HSL0.760.710.26
HSV274°83°44°
CMYK 0.370.830.00   0.56
XYZ5.75602.975215.6001
Yxy2.97520.23660.1223
Hunter Lab17.248829.3810-41.5488
CIE-Lab19.944341.4176-42.6802

#471370 color RGB value is (71,19,112).

#471370 hex color red value is 71, green value is 19 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #471370 hue: 0.76 , saturation: 0.71 and the lightness value of 471370 is 0.26.

The process color (four color CMYK) of #471370 color hex is 0.37, 0.83, 0.00, 0.56. Web safe color of #471370 is #330066. Color #471370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 01110000
Octal 107 23 160
Decimal 71 19 112
Hex 47 13 70

RGB Percentages of Color #471370

%35.15
%9.41
%55.45

CMYK Percentages of Color #471370

%37
%83
%0
%56

Triadic Colors of #471370

#471370 #704713 #137047

Analogous Colors of #471370

#471370 #70136b #191370

Monochromatic Colors of #471370

#471370

Complementary Color

#471370 #3c7013

#471370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471370 Color CSS Codes

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

#471370 Text Font Color

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

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


#471370 Background Color

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

This div background color is #471370


#471370 Border Color

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

This div border color is #471370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471370


Comments

No comments written yet.

Please login to write comment.