Color Hex Logo

#47407c Color Hex

#47407C
(71,64,124)
0 Favorites   0 Comments

Color spaces of #47407c

RGB 7164124
HSL0.690.320.37
HSV247°48°49°
CMYK 0.430.480.00   0.51
XYZ8.07006.461619.8907
Yxy6.46160.23440.1877
Hunter Lab25.419712.1841-28.6002
CIE-Lab30.548419.1202-33.2261

#47407c color RGB value is (71,64,124).

#47407c hex color red value is 71, green value is 64 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #47407c hue: 0.69 , saturation: 0.32 and the lightness value of 47407c is 0.37.

The process color (four color CMYK) of #47407c color hex is 0.43, 0.48, 0.00, 0.51. Web safe color of #47407c is #333366. Color #47407c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000000 01111100
Octal 107 100 174
Decimal 71 64 124
Hex 47 40 7C

RGB Percentages of Color #47407c

%27.41
%24.71
%47.88

CMYK Percentages of Color #47407c

%43
%48
%0
%51

Triadic Colors of #47407c

#47407c #7c4740 #407c47

Analogous Colors of #47407c

#47407c #65407c #40577c

Monochromatic Colors of #47407c

#47407c

Complementary Color

#47407c #757c40

#47407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47407c Color CSS Codes

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

#47407c Text Font Color

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

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


#47407c Background Color

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

This div background color is #47407c


#47407c Border Color

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

This div border color is #47407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47407c


Comments

No comments written yet.

Please login to write comment.