Color Hex Logo

#47348e Color Hex

#47348E
(71,52,142)
0 Favorites   0 Comments

Color spaces of #47348e

RGB 7152142
HSL0.700.460.38
HSV253°63°56°
CMYK 0.500.630.00   0.44
XYZ8.70905.748626.2418
Yxy5.74860.21400.1412
Hunter Lab23.976222.8790-48.1091
CIE-Lab28.769132.4431-47.2751

#47348e color RGB value is (71,52,142).

#47348e hex color red value is 71, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #47348e hue: 0.70 , saturation: 0.46 and the lightness value of 47348e is 0.38.

The process color (four color CMYK) of #47348e color hex is 0.50, 0.63, 0.00, 0.44. Web safe color of #47348e is #333399. Color #47348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 10001110
Octal 107 64 216
Decimal 71 52 142
Hex 47 34 8E

RGB Percentages of Color #47348e

%26.79
%19.62
%53.58

CMYK Percentages of Color #47348e

%50
%63
%0
%44

Triadic Colors of #47348e

#47348e #8e4734 #348e47

Analogous Colors of #47348e

#47348e #74348e #344e8e

Monochromatic Colors of #47348e

#47348e

Complementary Color

#47348e #7b8e34

#47348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47348e Color CSS Codes

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

#47348e Text Font Color

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

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


#47348e Background Color

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

This div background color is #47348e


#47348e Border Color

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

This div border color is #47348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47348e


Comments

No comments written yet.

Please login to write comment.