Color Hex Logo

#487fdb Color Hex

#487FDB
(72,127,219)
0 Favorites   0 Comments

Color spaces of #487fdb

RGB 72127219
HSL0.600.670.57
HSV218°67°86°
CMYK 0.670.420.00   0.14
XYZ23.048021.670969.9860
Yxy21.67090.20090.1889
Hunter Lab46.55206.9097-56.5498
CIE-Lab53.676111.4665-52.4713

#487fdb color RGB value is (72,127,219).

#487fdb hex color red value is 72, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #487fdb hue: 0.60 , saturation: 0.67 and the lightness value of 487fdb is 0.57.

The process color (four color CMYK) of #487fdb color hex is 0.67, 0.42, 0.00, 0.14. Web safe color of #487fdb is #3366cc. Color #487fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11011011
Octal 110 177 333
Decimal 72 127 219
Hex 48 7F DB

RGB Percentages of Color #487fdb

%17.22
%30.38
%52.39

CMYK Percentages of Color #487fdb

%67
%42
%0
%14

Triadic Colors of #487fdb

#487fdb #db487f #7fdb48

Analogous Colors of #487fdb

#487fdb #5b48db #48c9db

Monochromatic Colors of #487fdb

#487fdb

Complementary Color

#487fdb #dba448

#487fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fdb Color CSS Codes

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

#487fdb Text Font Color

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

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


#487fdb Background Color

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

This div background color is #487fdb


#487fdb Border Color

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

This div border color is #487fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fdb


Comments

No comments written yet.

Please login to write comment.