Color Hex Logo

#487cae Color Hex

#487CAE
(72,124,174)
0 Favorites   0 Comments

Color spaces of #487cae

RGB 72124174
HSL0.580.410.48
HSV209°59°68°
CMYK 0.590.290.00   0.32
XYZ17.520118.849042.7592
Yxy18.84900.22140.2382
Hunter Lab43.4154-3.9442-28.0030
CIE-Lab50.5101-2.1243-31.7877

#487cae color RGB value is (72,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 10101110
Octal 110 174 256
Decimal 72 124 174
Hex 48 7C AE

RGB Percentages of Color #487cae

%19.46
%33.51
%47.03

CMYK Percentages of Color #487cae

%59
%29
%0
%32

Triadic Colors of #487cae

#487cae #ae487c #7cae48

Analogous Colors of #487cae

#487cae #4849ae #48aead

Monochromatic Colors of #487cae

#487cae

Complementary Color

#487cae #ae7a48

#487cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cae Color CSS Codes

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

#487cae Text Font Color

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

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


#487cae Background Color

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

This div background color is #487cae


#487cae Border Color

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

This div border color is #487cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cae


Comments

No comments written yet.

Please login to write comment.