Color Hex Logo

#487aab Color Hex

#487AAB
(72,122,171)
0 Favorites   0 Comments

Color spaces of #487aab

RGB 72122171
HSL0.580.410.48
HSV210°58°67°
CMYK 0.580.290.00   0.33
XYZ16.982718.237141.1531
Yxy18.23710.22240.2388
Hunter Lab42.7049-3.7485-27.2421
CIE-Lab49.7824-1.9276-31.1851

#487aab color RGB value is (72,122,171).

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

The process color (four color CMYK) of #487aab color hex is 0.58, 0.29, 0.00, 0.33. Web safe color of #487aab is #336699. Color #487aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 10101011
Octal 110 172 253
Decimal 72 122 171
Hex 48 7A AB

RGB Percentages of Color #487aab

%19.73
%33.42
%46.85

CMYK Percentages of Color #487aab

%58
%29
%0
%33

Triadic Colors of #487aab

#487aab #ab487a #7aab48

Analogous Colors of #487aab

#487aab #4849ab #48abab

Monochromatic Colors of #487aab

#487aab

Complementary Color

#487aab #ab7948

#487aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#487aab Color CSS Codes

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

#487aab Text Font Color

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

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


#487aab Background Color

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

This div background color is #487aab


#487aab Border Color

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

This div border color is #487aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487aab


Comments

No comments written yet.

Please login to write comment.