Color Hex Logo

#47347d Color Hex

#47347D
(71,52,125)
0 Favorites   0 Comments

Color spaces of #47347d

RGB 7152125
HSL0.710.410.35
HSV256°58°49°
CMYK 0.430.580.00   0.51
XYZ7.52825.276220.0237
Yxy5.27620.22930.1607
Hunter Lab22.970018.3043-35.6061
CIE-Lab27.507627.1947-38.7212

#47347d color RGB value is (71,52,125).

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

The process color (four color CMYK) of #47347d color hex is 0.43, 0.58, 0.00, 0.51. Web safe color of #47347d is #333366. Color #47347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01111101
Octal 107 64 175
Decimal 71 52 125
Hex 47 34 7D

RGB Percentages of Color #47347d

%28.63
%20.97
%50.40

CMYK Percentages of Color #47347d

%43
%58
%0
%51

Triadic Colors of #47347d

#47347d #7d4734 #347d47

Analogous Colors of #47347d

#47347d #6c347d #34467d

Monochromatic Colors of #47347d

#47347d

Complementary Color

#47347d #6a7d34

#47347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47347d Color CSS Codes

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

#47347d Text Font Color

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

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


#47347d Background Color

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

This div background color is #47347d


#47347d Border Color

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

This div border color is #47347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47347d


Comments

No comments written yet.

Please login to write comment.