Color Hex Logo

#47165e Color Hex

#47165E
(71,22,94)
0 Favorites   0 Comments

Color spaces of #47165e

RGB 712294
HSL0.780.620.23
HSV281°77°37°
CMYK 0.240.770.00   0.63
XYZ4.90582.721610.8564
Yxy2.72160.26540.1472
Hunter Lab16.497324.2104-27.4690
CIE-Lab18.892635.7643-32.5815

#47165e color RGB value is (71,22,94).

#47165e hex color red value is 71, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #47165e hue: 0.78 , saturation: 0.62 and the lightness value of 47165e is 0.23.

The process color (four color CMYK) of #47165e color hex is 0.24, 0.77, 0.00, 0.63. Web safe color of #47165e is #330066. Color #47165e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010110 01011110
Octal 107 26 136
Decimal 71 22 94
Hex 47 16 5E

RGB Percentages of Color #47165e

%37.97
%11.76
%50.27

CMYK Percentages of Color #47165e

%24
%77
%0
%63

Triadic Colors of #47165e

#47165e #5e4716 #165e47

Analogous Colors of #47165e

#47165e #5e1651 #23165e

Monochromatic Colors of #47165e

#47165e

Complementary Color

#47165e #2d5e16

#47165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47165e Color CSS Codes

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

#47165e Text Font Color

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

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


#47165e Background Color

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

This div background color is #47165e


#47165e Border Color

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

This div border color is #47165e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,22,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47165e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47165e;
  -webkit-box-shadow: 1px 1px 3px 2px #47165e;
  box-shadow:         1px 1px 3px 2px #47165e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47165e


Comments

No comments written yet.

Please login to write comment.