Color Hex Logo

#487190 Color Hex

#487190
(72,113,144)
0 Favorites   0 Comments

Color spaces of #487190

RGB 72113144
HSL0.570.330.42
HSV206°50°56°
CMYK 0.500.220.00   0.44
XYZ13.611715.201628.6023
Yxy15.20160.23710.2648
Hunter Lab38.9892-5.9142-16.2024
CIE-Lab45.9091-5.2554-21.3487

#487190 color RGB value is (72,113,144).

#487190 hex color red value is 72, green value is 113 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #487190 hue: 0.57 , saturation: 0.33 and the lightness value of 487190 is 0.42.

The process color (four color CMYK) of #487190 color hex is 0.50, 0.22, 0.00, 0.44. Web safe color of #487190 is #336699. Color #487190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 10010000
Octal 110 161 220
Decimal 72 113 144
Hex 48 71 90

RGB Percentages of Color #487190

%21.88
%34.35
%43.77

CMYK Percentages of Color #487190

%50
%22
%0
%44

Triadic Colors of #487190

#487190 #904871 #719048

Analogous Colors of #487190

#487190 #484d90 #48908b

Monochromatic Colors of #487190

#487190

Complementary Color

#487190 #906748

#487190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487190 Color CSS Codes

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

#487190 Text Font Color

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

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


#487190 Background Color

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

This div background color is #487190


#487190 Border Color

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

This div border color is #487190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487190


Comments

No comments written yet.

Please login to write comment.