Color Hex Logo

#485adb Color Hex

#485ADB
(72,90,219)
0 Favorites   0 Comments

Color spaces of #485adb

RGB 7290219
HSL0.650.670.57
HSV233°67°86°
CMYK 0.670.590.00   0.14
XYZ19.114813.804568.6749
Yxy13.80450.18810.1359
Hunter Lab37.154426.8125-83.5815
CIE-Lab43.951234.5307-68.1536

#485adb color RGB value is (72,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011010 11011011
Octal 110 132 333
Decimal 72 90 219
Hex 48 5A DB

RGB Percentages of Color #485adb

%18.90
%23.62
%57.48

CMYK Percentages of Color #485adb

%67
%59
%0
%14

Triadic Colors of #485adb

#485adb #db485a #5adb48

Analogous Colors of #485adb

#485adb #8048db #48a4db

Monochromatic Colors of #485adb

#485adb

Complementary Color

#485adb #dbc948

#485adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485adb Color CSS Codes

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

#485adb Text Font Color

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

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


#485adb Background Color

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

This div background color is #485adb


#485adb Border Color

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

This div border color is #485adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485adb


Comments

No comments written yet.

Please login to write comment.