Color Hex Logo

#47049e Color Hex

#47049E
(71,4,158)
0 Favorites   0 Comments

Color spaces of #47049e

RGB 714158
HSL0.740.950.32
HSV266°97°62°
CMYK 0.550.970.00   0.38
XYZ8.81353.895032.6350
Yxy3.89500.19440.0859
Hunter Lab19.735845.1761-84.2268
CIE-Lab23.321256.8234-66.0505

#47049e color RGB value is (71,4,158).

#47049e hex color red value is 71, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #47049e hue: 0.74 , saturation: 0.95 and the lightness value of 47049e is 0.32.

The process color (four color CMYK) of #47049e color hex is 0.55, 0.97, 0.00, 0.38. Web safe color of #47049e is #330099. Color #47049e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 10011110
Octal 107 4 236
Decimal 71 4 158
Hex 47 4 9E

RGB Percentages of Color #47049e

%30.47
%1.72
%67.81

CMYK Percentages of Color #47049e

%55
%97
%0
%38

Triadic Colors of #47049e

#47049e #9e4704 #049e47

Analogous Colors of #47049e

#47049e #94049e #040e9e

Monochromatic Colors of #47049e

#47049e

Complementary Color

#47049e #5b9e04

#47049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47049e Color CSS Codes

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

#47049e Text Font Color

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

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


#47049e Background Color

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

This div background color is #47049e


#47049e Border Color

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

This div border color is #47049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47049e


Comments

No comments written yet.

Please login to write comment.