Color Hex Logo

#487dae Color Hex

#487DAE
(72,125,174)
0 Favorites   0 Comments

Color spaces of #487dae

RGB 72125174
HSL0.580.410.48
HSV209°59°68°
CMYK 0.590.280.00   0.32
XYZ17.646119.100942.8012
Yxy19.10090.22180.2401
Hunter Lab43.7046-4.4121-27.4713
CIE-Lab50.8050-2.7152-31.3271

#487dae color RGB value is (72,125,174).

#487dae hex color red value is 72, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #487dae hue: 0.58 , saturation: 0.41 and the lightness value of 487dae is 0.48.

The process color (four color CMYK) of #487dae color hex is 0.59, 0.28, 0.00, 0.32. Web safe color of #487dae is #336699. Color #487dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111101 10101110
Octal 110 175 256
Decimal 72 125 174
Hex 48 7D AE

RGB Percentages of Color #487dae

%19.41
%33.69
%46.90

CMYK Percentages of Color #487dae

%59
%28
%0
%32

Triadic Colors of #487dae

#487dae #ae487d #7dae48

Analogous Colors of #487dae

#487dae #484aae #48aeac

Monochromatic Colors of #487dae

#487dae

Complementary Color

#487dae #ae7948

#487dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#487dae Color CSS Codes

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

#487dae Text Font Color

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

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


#487dae Background Color

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

This div background color is #487dae


#487dae Border Color

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

This div border color is #487dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,125,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487dae;
  -webkit-box-shadow: 1px 1px 3px 2px #487dae;
  box-shadow:         1px 1px 3px 2px #487dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487dae


Comments

No comments written yet.

Please login to write comment.