Color Hex Logo

#47589f Color Hex

#47589F
(71,88,159)
0 Favorites   0 Comments

Color spaces of #47589f

RGB 7188159
HSL0.630.380.45
HSV228°55°62°
CMYK 0.550.450.00   0.38
XYZ12.346310.822234.2391
Yxy10.82220.21510.1885
Hunter Lab32.89719.4212-38.6807
CIE-Lab39.279414.9496-40.6944

#47589f color RGB value is (71,88,159).

#47589f hex color red value is 71, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #47589f hue: 0.63 , saturation: 0.38 and the lightness value of 47589f is 0.45.

The process color (four color CMYK) of #47589f color hex is 0.55, 0.45, 0.00, 0.38. Web safe color of #47589f is #336699. Color #47589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 10011111
Octal 107 130 237
Decimal 71 88 159
Hex 47 58 9F

RGB Percentages of Color #47589f

%22.33
%27.67
%50.00

CMYK Percentages of Color #47589f

%55
%45
%0
%38

Triadic Colors of #47589f

#47589f #9f4758 #589f47

Analogous Colors of #47589f

#47589f #62479f #47849f

Monochromatic Colors of #47589f

#47589f

Complementary Color

#47589f #9f8e47

#47589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47589f Color CSS Codes

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

#47589f Text Font Color

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

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


#47589f Background Color

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

This div background color is #47589f


#47589f Border Color

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

This div border color is #47589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47589f


Comments

No comments written yet.

Please login to write comment.