Color Hex Logo

#487eaf Color Hex

#487EAF
(72,126,175)
0 Favorites   0 Comments

Color spaces of #487eaf

RGB 72126175
HSL0.580.420.48
HSV209°59°69°
CMYK 0.590.280.00   0.31
XYZ17.871219.394643.3591
Yxy19.39460.22170.2406
Hunter Lab44.0393-4.6333-27.5467
CIE-Lab51.1457-2.9758-31.3736

#487eaf color RGB value is (72,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 10101111
Octal 110 176 257
Decimal 72 126 175
Hex 48 7E AF

RGB Percentages of Color #487eaf

%19.30
%33.78
%46.92

CMYK Percentages of Color #487eaf

%59
%28
%0
%31

Triadic Colors of #487eaf

#487eaf #af487e #7eaf48

Analogous Colors of #487eaf

#487eaf #484aaf #48afad

Monochromatic Colors of #487eaf

#487eaf

Complementary Color

#487eaf #af7948

#487eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487eaf Color CSS Codes

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

#487eaf Text Font Color

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

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


#487eaf Background Color

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

This div background color is #487eaf


#487eaf Border Color

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

This div border color is #487eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487eaf


Comments

No comments written yet.

Please login to write comment.