Color Hex Logo

#487191 Color Hex

#487191
(72,113,145)
0 Favorites   0 Comments

Color spaces of #487191

RGB 72113145
HSL0.570.340.43
HSV206°50°57°
CMYK 0.500.220.00   0.43
XYZ13.688415.232329.0067
Yxy15.23230.23630.2630
Hunter Lab39.0286-5.6951-16.7453
CIE-Lab45.9507-4.9445-21.8778

#487191 color RGB value is (72,113,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 10010001
Octal 110 161 221
Decimal 72 113 145
Hex 48 71 91

RGB Percentages of Color #487191

%21.82
%34.24
%43.94

CMYK Percentages of Color #487191

%50
%22
%0
%43

Triadic Colors of #487191

#487191 #914871 #719148

Analogous Colors of #487191

#487191 #484d91 #48918d

Monochromatic Colors of #487191

#487191

Complementary Color

#487191 #916848

#487191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487191 Color CSS Codes

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

#487191 Text Font Color

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

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


#487191 Background Color

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

This div background color is #487191


#487191 Border Color

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

This div border color is #487191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487191


Comments

No comments written yet.

Please login to write comment.