Color Hex Logo

#487adb Color Hex

#487ADB
(72,122,219)
0 Favorites   0 Comments

Color spaces of #487adb

RGB 72122219
HSL0.610.670.57
HSV220°67°86°
CMYK 0.670.440.00   0.14
XYZ22.418220.411369.7760
Yxy20.41130.19910.1813
Hunter Lab45.17899.5104-59.9446
CIE-Lab52.299114.5355-54.6726

#487adb color RGB value is (72,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 11011011
Octal 110 172 333
Decimal 72 122 219
Hex 48 7A DB

RGB Percentages of Color #487adb

%17.43
%29.54
%53.03

CMYK Percentages of Color #487adb

%67
%44
%0
%14

Triadic Colors of #487adb

#487adb #db487a #7adb48

Analogous Colors of #487adb

#487adb #5f48db #48c4db

Monochromatic Colors of #487adb

#487adb

Complementary Color

#487adb #dba948

#487adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487adb Color CSS Codes

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

#487adb Text Font Color

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

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


#487adb Background Color

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

This div background color is #487adb


#487adb Border Color

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

This div border color is #487adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487adb


Comments

No comments written yet.

Please login to write comment.