Color Hex Logo

#487593 Color Hex

#487593
(72,117,147)
0 Favorites   0 Comments

Color spaces of #487593

RGB 72117147
HSL0.570.340.43
HSV204°51°58°
CMYK 0.510.200.00   0.42
XYZ14.300216.206929.9783
Yxy16.20690.23640.2679
Hunter Lab40.2578-7.0451-15.9703
CIE-Lab47.2448-6.6744-21.0678

#487593 color RGB value is (72,117,147).

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

The process color (four color CMYK) of #487593 color hex is 0.51, 0.20, 0.00, 0.42. Web safe color of #487593 is #336699. Color #487593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110101 10010011
Octal 110 165 223
Decimal 72 117 147
Hex 48 75 93

RGB Percentages of Color #487593

%21.43
%34.82
%43.75

CMYK Percentages of Color #487593

%51
%20
%0
%42

Triadic Colors of #487593

#487593 #934875 #759348

Analogous Colors of #487593

#487593 #484f93 #48938c

Monochromatic Colors of #487593

#487593

Complementary Color

#487593 #936648

#487593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487593 Color CSS Codes

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

#487593 Text Font Color

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

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


#487593 Background Color

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

This div background color is #487593


#487593 Border Color

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

This div border color is #487593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487593


Comments

No comments written yet.

Please login to write comment.