Color Hex Logo

#487681 Color Hex

#487681
(72,118,129)
0 Favorites   0 Comments

Color spaces of #487681

RGB 72118129
HSL0.530.280.39
HSV192°44°51°
CMYK 0.440.090.00   0.49
XYZ13.113415.919623.1505
Yxy15.91960.25130.3051
Hunter Lab39.8994-11.1578-6.4718
CIE-Lab46.8688-12.6241-10.9759

#487681 color RGB value is (72,118,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 10000001
Octal 110 166 201
Decimal 72 118 129
Hex 48 76 81

RGB Percentages of Color #487681

%22.57
%36.99
%40.44

CMYK Percentages of Color #487681

%44
%9
%0
%49

Triadic Colors of #487681

#487681 #814876 #768148

Analogous Colors of #487681

#487681 #485a81 #488170

Monochromatic Colors of #487681

#487681

Complementary Color

#487681 #815348

#487681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487681 Color CSS Codes

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

#487681 Text Font Color

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

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


#487681 Background Color

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

This div background color is #487681


#487681 Border Color

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

This div border color is #487681


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,118,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 #487681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487681


Comments

No comments written yet.

Please login to write comment.