Color Hex Logo

#47347f Color Hex

#47347F
(71,52,127)
0 Favorites   0 Comments

Color spaces of #47347f

RGB 7152127
HSL0.710.420.35
HSV255°59°50°
CMYK 0.440.590.00   0.50
XYZ7.65735.327920.7035
Yxy5.32790.22730.1582
Hunter Lab23.082218.8216-37.0223
CIE-Lab27.649227.8047-39.7498

#47347f color RGB value is (71,52,127).

#47347f hex color red value is 71, green value is 52 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #47347f hue: 0.71 , saturation: 0.42 and the lightness value of 47347f is 0.35.

The process color (four color CMYK) of #47347f color hex is 0.44, 0.59, 0.00, 0.50. Web safe color of #47347f is #333366. Color #47347f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01111111
Octal 107 64 177
Decimal 71 52 127
Hex 47 34 7F

RGB Percentages of Color #47347f

%28.40
%20.80
%50.80

CMYK Percentages of Color #47347f

%44
%59
%0
%50

Triadic Colors of #47347f

#47347f #7f4734 #347f47

Analogous Colors of #47347f

#47347f #6d347f #34477f

Monochromatic Colors of #47347f

#47347f

Complementary Color

#47347f #6c7f34

#47347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47347f Color CSS Codes

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

#47347f Text Font Color

<p style="color:#47347f">Text here</p>

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


#47347f Background Color

<div style="background-color:#47347f">
Div content here</div>

This div background color is #47347f


#47347f Border Color

<div style="border:3px solid #47347f">
Div here</div>

This div border color is #47347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47347f


Comments

No comments written yet.

Please login to write comment.