Color Hex Logo

#471355 Color Hex

#471355
(71,19,85)
0 Favorites   0 Comments

Color spaces of #471355

RGB 711985
HSL0.800.630.20
HSV287°78°33°
CMYK 0.160.780.00   0.67
XYZ4.47112.46128.8337
Yxy2.46120.28360.1561
Hunter Lab15.688223.4177-22.4032
CIE-Lab17.742235.0531-28.4051

#471355 color RGB value is (71,19,85).

#471355 hex color red value is 71, green value is 19 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #471355 hue: 0.80 , saturation: 0.63 and the lightness value of 471355 is 0.20.

The process color (four color CMYK) of #471355 color hex is 0.16, 0.78, 0.00, 0.67. Web safe color of #471355 is #330066. Color #471355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 01010101
Octal 107 23 125
Decimal 71 19 85
Hex 47 13 55

RGB Percentages of Color #471355

%40.57
%10.86
%48.57

CMYK Percentages of Color #471355

%16
%78
%0
%67

Triadic Colors of #471355

#471355 #554713 #135547

Analogous Colors of #471355

#471355 #551342 #261355

Monochromatic Colors of #471355

#471355

Complementary Color

#471355 #215513

#471355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471355 Color CSS Codes

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

#471355 Text Font Color

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

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


#471355 Background Color

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

This div background color is #471355


#471355 Border Color

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

This div border color is #471355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471355


Comments

No comments written yet.

Please login to write comment.