Color Hex Logo

#47086c Color Hex

#47086C
(71,8,108)
0 Favorites   0 Comments

Color spaces of #47086c

RGB 718108
HSL0.770.860.23
HSV278°93°42°
CMYK 0.340.930.00   0.58
XYZ5.39212.596014.4042
Yxy2.59600.24080.1159
Hunter Lab16.112131.5409-41.7267
CIE-Lab18.347344.0729-42.6880

#47086c color RGB value is (71,8,108).

#47086c hex color red value is 71, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #47086c hue: 0.77 , saturation: 0.86 and the lightness value of 47086c is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01101100
Octal 107 10 154
Decimal 71 8 108
Hex 47 8 6C

RGB Percentages of Color #47086c

%37.97
%4.28
%57.75

CMYK Percentages of Color #47086c

%34
%93
%0
%58

Triadic Colors of #47086c

#47086c #6c4708 #086c47

Analogous Colors of #47086c

#47086c #6c085f #15086c

Monochromatic Colors of #47086c

#47086c

Complementary Color

#47086c #2d6c08

#47086c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47086c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47086c Color CSS Codes

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

#47086c Text Font Color

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

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


#47086c Background Color

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

This div background color is #47086c


#47086c Border Color

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

This div border color is #47086c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,8,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 #47086c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47086c


Comments

No comments written yet.

Please login to write comment.