Color Hex Logo

#471367 Color Hex

#471367
(71,19,103)
0 Favorites   0 Comments

Color spaces of #471367

RGB 7119103
HSL0.770.690.24
HSV277°82°40°
CMYK 0.310.820.00   0.60
XYZ5.27962.784613.0912
Yxy2.78460.24960.1316
Hunter Lab16.687127.2727-34.8326
CIE-Lab19.159739.2256-38.0917

#471367 color RGB value is (71,19,103).

#471367 hex color red value is 71, green value is 19 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #471367 hue: 0.77 , saturation: 0.69 and the lightness value of 471367 is 0.24.

The process color (four color CMYK) of #471367 color hex is 0.31, 0.82, 0.00, 0.60. Web safe color of #471367 is #330066. Color #471367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 01100111
Octal 107 23 147
Decimal 71 19 103
Hex 47 13 67

RGB Percentages of Color #471367

%36.79
%9.84
%53.37

CMYK Percentages of Color #471367

%31
%82
%0
%60

Triadic Colors of #471367

#471367 #674713 #136747

Analogous Colors of #471367

#471367 #67135d #1d1367

Monochromatic Colors of #471367

#471367

Complementary Color

#471367 #336713

#471367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471367 Color CSS Codes

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

#471367 Text Font Color

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

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


#471367 Background Color

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

This div background color is #471367


#471367 Border Color

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

This div border color is #471367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471367


Comments

No comments written yet.

Please login to write comment.