Color Hex Logo

#487cdb Color Hex

#487CDB
(72,124,219)
0 Favorites   0 Comments

Color spaces of #487cdb

RGB 72124219
HSL0.610.670.57
HSV219°67°86°
CMYK 0.670.430.00   0.14
XYZ22.666320.907569.8587
Yxy20.90750.19980.1843
Hunter Lab45.72478.4664-58.5766
CIE-Lab52.848113.3045-53.7941

#487cdb color RGB value is (72,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 11011011
Octal 110 174 333
Decimal 72 124 219
Hex 48 7C DB

RGB Percentages of Color #487cdb

%17.35
%29.88
%52.77

CMYK Percentages of Color #487cdb

%67
%43
%0
%14

Triadic Colors of #487cdb

#487cdb #db487c #7cdb48

Analogous Colors of #487cdb

#487cdb #5e48db #48c6db

Monochromatic Colors of #487cdb

#487cdb

Complementary Color

#487cdb #dba748

#487cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cdb Color CSS Codes

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

#487cdb Text Font Color

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

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


#487cdb Background Color

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

This div background color is #487cdb


#487cdb Border Color

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

This div border color is #487cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cdb


Comments

No comments written yet.

Please login to write comment.