Color Hex Logo

#47529a Color Hex

#47529A
(71,82,154)
0 Favorites   0 Comments

Color spaces of #47529a

RGB 7182154
HSL0.640.370.44
HSV232°54°60°
CMYK 0.540.470.00   0.40
XYZ11.44869.707331.8421
Yxy9.70730.21600.1832
Hunter Lab31.156511.0666-38.7850
CIE-Lab37.311917.1378-40.8358

#47529a color RGB value is (71,82,154).

#47529a hex color red value is 71, green value is 82 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #47529a hue: 0.64 , saturation: 0.37 and the lightness value of 47529a is 0.44.

The process color (four color CMYK) of #47529a color hex is 0.54, 0.47, 0.00, 0.40. Web safe color of #47529a is #336699. Color #47529a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 10011010
Octal 107 122 232
Decimal 71 82 154
Hex 47 52 9A

RGB Percentages of Color #47529a

%23.13
%26.71
%50.16

CMYK Percentages of Color #47529a

%54
%47
%0
%40

Triadic Colors of #47529a

#47529a #9a4752 #529a47

Analogous Colors of #47529a

#47529a #66479a #477c9a

Monochromatic Colors of #47529a

#47529a

Complementary Color

#47529a #9a8f47

#47529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47529a Color CSS Codes

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

#47529a Text Font Color

<p style="color:#47529a">Text here</p>

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


#47529a Background Color

<div style="background-color:#47529a">
Div content here</div>

This div background color is #47529a


#47529a Border Color

<div style="border:3px solid #47529a">
Div here</div>

This div border color is #47529a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,82,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47529a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47529a;
  -webkit-box-shadow: 1px 1px 3px 2px #47529a;
  box-shadow:         1px 1px 3px 2px #47529a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47529a


Comments

No comments written yet.

Please login to write comment.