Color Hex Logo

#47387c Color Hex

#47387C
(71,56,124)
0 Favorites   0 Comments

Color spaces of #47387c

RGB 7156124
HSL0.700.380.35
HSV253°55°49°
CMYK 0.430.550.00   0.51
XYZ7.65085.623219.7509
Yxy5.62320.23170.1703
Hunter Lab23.713316.0926-32.7836
CIE-Lab28.441224.3299-36.5927

#47387c color RGB value is (71,56,124).

#47387c hex color red value is 71, green value is 56 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #47387c hue: 0.70 , saturation: 0.38 and the lightness value of 47387c is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 01111100
Octal 107 70 174
Decimal 71 56 124
Hex 47 38 7C

RGB Percentages of Color #47387c

%28.29
%22.31
%49.40

CMYK Percentages of Color #47387c

%43
%55
%0
%51

Triadic Colors of #47387c

#47387c #7c4738 #387c47

Analogous Colors of #47387c

#47387c #69387c #384b7c

Monochromatic Colors of #47387c

#47387c

Complementary Color

#47387c #6d7c38

#47387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47387c Color CSS Codes

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

#47387c Text Font Color

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

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


#47387c Background Color

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

This div background color is #47387c


#47387c Border Color

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

This div border color is #47387c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,56,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 #47387c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47387c


Comments

No comments written yet.

Please login to write comment.