Color Hex Logo

#487581 Color Hex

#487581
(72,117,129)
0 Favorites   0 Comments

Color spaces of #487581

RGB 72117129
HSL0.540.280.39
HSV193°44°51°
CMYK 0.440.090.00   0.49
XYZ12.996215.685323.1115
Yxy15.68530.25090.3028
Hunter Lab39.6047-10.7337-6.8757
CIE-Lab46.5589-12.0601-11.4432

#487581 color RGB value is (72,117,129).

#487581 hex color red value is 72, green value is 117 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #487581 hue: 0.54 , saturation: 0.28 and the lightness value of 487581 is 0.39.

The process color (four color CMYK) of #487581 color hex is 0.44, 0.09, 0.00, 0.49. Web safe color of #487581 is #336699. Color #487581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110101 10000001
Octal 110 165 201
Decimal 72 117 129
Hex 48 75 81

RGB Percentages of Color #487581

%22.64
%36.79
%40.57

CMYK Percentages of Color #487581

%44
%9
%0
%49

Triadic Colors of #487581

#487581 #814875 #758148

Analogous Colors of #487581

#487581 #485981 #488171

Monochromatic Colors of #487581

#487581

Complementary Color

#487581 #815448

#487581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487581 Color CSS Codes

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

#487581 Text Font Color

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

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


#487581 Background Color

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

This div background color is #487581


#487581 Border Color

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

This div border color is #487581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487581


Comments

No comments written yet.

Please login to write comment.