Color Hex Logo

#487ba3 Color Hex

#487BA3
(72,123,163)
0 Favorites   0 Comments

Color spaces of #487ba3

RGB 72123163
HSL0.570.390.46
HSV206°56°64°
CMYK 0.560.250.00   0.36
XYZ16.366318.188037.2984
Yxy18.18800.22780.2531
Hunter Lab42.6474-6.1320-22.0005
CIE-Lab49.7233-5.1221-26.6233

#487ba3 color RGB value is (72,123,163).

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

The process color (four color CMYK) of #487ba3 color hex is 0.56, 0.25, 0.00, 0.36. Web safe color of #487ba3 is #336699. Color #487ba3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 10100011
Octal 110 173 243
Decimal 72 123 163
Hex 48 7B A3

RGB Percentages of Color #487ba3

%20.11
%34.36
%45.53

CMYK Percentages of Color #487ba3

%56
%25
%0
%36

Triadic Colors of #487ba3

#487ba3 #a3487b #7ba348

Analogous Colors of #487ba3

#487ba3 #484da3 #48a39e

Monochromatic Colors of #487ba3

#487ba3

Complementary Color

#487ba3 #a37048

#487ba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ba3 Color CSS Codes

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

#487ba3 Text Font Color

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

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


#487ba3 Background Color

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

This div background color is #487ba3


#487ba3 Border Color

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

This div border color is #487ba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ba3


Comments

No comments written yet.

Please login to write comment.