Color Hex Logo

#487086 Color Hex

#487086
(72,112,134)
0 Favorites   0 Comments

Color spaces of #487086

RGB 72112134
HSL0.560.300.40
HSV201°46°53°
CMYK 0.460.160.00   0.47
XYZ12.769714.687324.7161
Yxy14.68730.24480.2815
Hunter Lab38.3240-7.5902-11.4108
CIE-Lab45.2029-7.7206-16.4806

#487086 color RGB value is (72,112,134).

#487086 hex color red value is 72, green value is 112 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #487086 hue: 0.56 , saturation: 0.30 and the lightness value of 487086 is 0.40.

The process color (four color CMYK) of #487086 color hex is 0.46, 0.16, 0.00, 0.47. Web safe color of #487086 is #336699. Color #487086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 10000110
Octal 110 160 206
Decimal 72 112 134
Hex 48 70 86

RGB Percentages of Color #487086

%22.64
%35.22
%42.14

CMYK Percentages of Color #487086

%46
%16
%0
%47

Triadic Colors of #487086

#487086 #864870 #708648

Analogous Colors of #487086

#487086 #485186 #48867d

Monochromatic Colors of #487086

#487086

Complementary Color

#487086 #865e48

#487086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487086 Color CSS Codes

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

#487086 Text Font Color

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

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


#487086 Background Color

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

This div background color is #487086


#487086 Border Color

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

This div border color is #487086


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,112,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487086; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487086;
  -webkit-box-shadow: 1px 1px 3px 2px #487086;
  box-shadow:         1px 1px 3px 2px #487086; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,112,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487086


Comments

No comments written yet.

Please login to write comment.