Color Hex Logo

#487cab Color Hex

#487CAB
(72,124,171)
0 Favorites   0 Comments

Color spaces of #487cab

RGB 72124171
HSL0.580.410.48
HSV208°58°67°
CMYK 0.580.270.00   0.33
XYZ17.230818.733341.2358
Yxy18.73330.22320.2427
Hunter Lab43.2820-4.6816-26.1896
CIE-Lab50.3737-3.1114-30.2624

#487cab color RGB value is (72,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 10101011
Octal 110 174 253
Decimal 72 124 171
Hex 48 7C AB

RGB Percentages of Color #487cab

%19.62
%33.79
%46.59

CMYK Percentages of Color #487cab

%58
%27
%0
%33

Triadic Colors of #487cab

#487cab #ab487c #7cab48

Analogous Colors of #487cab

#487cab #484bab #48aba9

Monochromatic Colors of #487cab

#487cab

Complementary Color

#487cab #ab7748

#487cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cab Color CSS Codes

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

#487cab Text Font Color

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

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


#487cab Background Color

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

This div background color is #487cab


#487cab Border Color

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

This div border color is #487cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cab


Comments

No comments written yet.

Please login to write comment.