Color Hex Logo

#47608a Color Hex

#47608A
(71,96,138)
0 Favorites   0 Comments

Color spaces of #47608a

RGB 7196138
HSL0.600.320.41
HSV218°49°54°
CMYK 0.490.300.00   0.46
XYZ11.368811.540325.6731
Yxy11.54030.23400.2375
Hunter Lab33.97100.2878-21.0278
CIE-Lab40.47602.9245-26.1852

#47608a color RGB value is (71,96,138).

#47608a hex color red value is 71, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #47608a hue: 0.60 , saturation: 0.32 and the lightness value of 47608a is 0.41.

The process color (four color CMYK) of #47608a color hex is 0.49, 0.30, 0.00, 0.46. Web safe color of #47608a is #336699. Color #47608a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 10001010
Octal 107 140 212
Decimal 71 96 138
Hex 47 60 8A

RGB Percentages of Color #47608a

%23.28
%31.48
%45.25

CMYK Percentages of Color #47608a

%49
%30
%0
%46

Triadic Colors of #47608a

#47608a #8a4760 #608a47

Analogous Colors of #47608a

#47608a #50478a #47828a

Monochromatic Colors of #47608a

#47608a

Complementary Color

#47608a #8a7147

#47608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47608a Color CSS Codes

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

#47608a Text Font Color

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

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


#47608a Background Color

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

This div background color is #47608a


#47608a Border Color

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

This div border color is #47608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47608a


Comments

No comments written yet.

Please login to write comment.