Color Hex Logo

#487392 Color Hex

#487392
(72,115,146)
0 Favorites   0 Comments

Color spaces of #487392

RGB 72115146
HSL0.570.340.43
HSV205°51°57°
CMYK 0.510.210.00   0.43
XYZ13.991515.714529.4899
Yxy15.71450.23640.2655
Hunter Lab39.6415-6.3710-16.3576
CIE-Lab46.5977-5.8127-21.4730

#487392 color RGB value is (72,115,146).

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

The process color (four color CMYK) of #487392 color hex is 0.51, 0.21, 0.00, 0.43. Web safe color of #487392 is #336699. Color #487392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 10010010
Octal 110 163 222
Decimal 72 115 146
Hex 48 73 92

RGB Percentages of Color #487392

%21.62
%34.53
%43.84

CMYK Percentages of Color #487392

%51
%21
%0
%43

Triadic Colors of #487392

#487392 #924873 #739248

Analogous Colors of #487392

#487392 #484e92 #48928c

Monochromatic Colors of #487392

#487392

Complementary Color

#487392 #926748

#487392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487392 Color CSS Codes

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

#487392 Text Font Color

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

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


#487392 Background Color

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

This div background color is #487392


#487392 Border Color

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

This div border color is #487392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487392


Comments

No comments written yet.

Please login to write comment.