Color Hex Logo

#47166c Color Hex

#47166C
(71,22,108)
0 Favorites   0 Comments

Color spaces of #47166c

RGB 7122108
HSL0.760.660.25
HSV274°80°42°
CMYK 0.340.800.00   0.58
XYZ5.59222.996114.4709
Yxy2.99610.24250.1299
Hunter Lab17.309227.3779-37.4512
CIE-Lab20.028339.1752-39.9469

#47166c color RGB value is (71,22,108).

#47166c hex color red value is 71, green value is 22 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #47166c hue: 0.76 , saturation: 0.66 and the lightness value of 47166c is 0.25.

The process color (four color CMYK) of #47166c color hex is 0.34, 0.80, 0.00, 0.58. Web safe color of #47166c is #330066. Color #47166c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010110 01101100
Octal 107 26 154
Decimal 71 22 108
Hex 47 16 6C

RGB Percentages of Color #47166c

%35.32
%10.95
%53.73

CMYK Percentages of Color #47166c

%34
%80
%0
%58

Triadic Colors of #47166c

#47166c #6c4716 #166c47

Analogous Colors of #47166c

#47166c #6c1666 #1c166c

Monochromatic Colors of #47166c

#47166c

Complementary Color

#47166c #3b6c16

#47166c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47166c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47166c Color CSS Codes

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

#47166c Text Font Color

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

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


#47166c Background Color

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

This div background color is #47166c


#47166c Border Color

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

This div border color is #47166c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47166c


Comments

No comments written yet.

Please login to write comment.