Color Hex Logo

#487aa5 Color Hex

#487AA5
(72,122,165)
0 Favorites   0 Comments

Color spaces of #487aa5

RGB 72122165
HSL0.580.390.46
HSV208°56°65°
CMYK 0.560.260.00   0.35
XYZ16.423618.013438.2086
Yxy18.01340.22610.2480
Hunter Lab42.4422-5.2008-23.6663
CIE-Lab49.5124-3.8885-28.1163

#487aa5 color RGB value is (72,122,165).

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

The process color (four color CMYK) of #487aa5 color hex is 0.56, 0.26, 0.00, 0.35. Web safe color of #487aa5 is #336699. Color #487aa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 10100101
Octal 110 172 245
Decimal 72 122 165
Hex 48 7A A5

RGB Percentages of Color #487aa5

%20.06
%33.98
%45.96

CMYK Percentages of Color #487aa5

%56
%26
%0
%35

Triadic Colors of #487aa5

#487aa5 #a5487a #7aa548

Analogous Colors of #487aa5

#487aa5 #484ba5 #48a5a2

Monochromatic Colors of #487aa5

#487aa5

Complementary Color

#487aa5 #a57348

#487aa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487aa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487aa5 Color CSS Codes

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

#487aa5 Text Font Color

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

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


#487aa5 Background Color

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

This div background color is #487aa5


#487aa5 Border Color

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

This div border color is #487aa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487aa5


Comments

No comments written yet.

Please login to write comment.