Color Hex Logo

#478087 Color Hex

#478087
(71,128,135)
0 Favorites   0 Comments

Color spaces of #478087

RGB 71128135
HSL0.520.310.40
HSV187°47°53°
CMYK 0.470.050.00   0.47
XYZ14.690918.527225.7235
Yxy18.52720.24920.3143
Hunter Lab43.0432-14.4026-5.3026
CIE-Lab50.1294-16.7080-9.6222

#478087 color RGB value is (71,128,135).

#478087 hex color red value is 71, green value is 128 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #478087 hue: 0.52 , saturation: 0.31 and the lightness value of 478087 is 0.40.

The process color (four color CMYK) of #478087 color hex is 0.47, 0.05, 0.00, 0.47. Web safe color of #478087 is #339999. Color #478087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000000 10000111
Octal 107 200 207
Decimal 71 128 135
Hex 47 80 87

RGB Percentages of Color #478087

%21.26
%38.32
%40.42

CMYK Percentages of Color #478087

%47
%5
%0
%47

Triadic Colors of #478087

#478087 #874780 #808747

Analogous Colors of #478087

#478087 #476087 #47876e

Monochromatic Colors of #478087

#478087

Complementary Color

#478087 #874e47

#478087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478087 Color CSS Codes

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

#478087 Text Font Color

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

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


#478087 Background Color

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

This div background color is #478087


#478087 Border Color

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

This div border color is #478087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,128,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478087;
  -webkit-box-shadow: 1px 1px 3px 2px #478087;
  box-shadow:         1px 1px 3px 2px #478087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478087


Comments

No comments written yet.

Please login to write comment.