Color Hex Logo

#487aaf Color Hex

#487AAF
(72,122,175)
0 Favorites   0 Comments

Color spaces of #487aaf

RGB 72122175
HSL0.590.420.48
HSV211°59°69°
CMYK 0.590.300.00   0.31
XYZ17.369918.391943.1919
Yxy18.39190.22000.2329
Hunter Lab42.8858-2.7528-29.6932
CIE-Lab49.9680-0.6034-33.2147

#487aaf color RGB value is (72,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 10101111
Octal 110 172 257
Decimal 72 122 175
Hex 48 7A AF

RGB Percentages of Color #487aaf

%19.51
%33.06
%47.43

CMYK Percentages of Color #487aaf

%59
%30
%0
%31

Triadic Colors of #487aaf

#487aaf #af487a #7aaf48

Analogous Colors of #487aaf

#487aaf #4948af #48aeaf

Monochromatic Colors of #487aaf

#487aaf

Complementary Color

#487aaf #af7d48

#487aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487aaf Color CSS Codes

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

#487aaf Text Font Color

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

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


#487aaf Background Color

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

This div background color is #487aaf


#487aaf Border Color

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

This div border color is #487aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487aaf


Comments

No comments written yet.

Please login to write comment.