Color Hex Logo

#045adb Color Hex

#045ADB
(4,90,219)
0 Favorites   0 Comments

Color spaces of #045adb

RGB 490219
HSL0.600.960.44
HSV216°98°86°
CMYK 0.980.590.00   0.14
XYZ16.492412.452668.5522
Yxy12.45260.16920.1277
Hunter Lab35.288221.6698-90.4771
CIE-Lab41.926629.1971-71.5422

#045adb color RGB value is (4,90,219).

#045adb hex color red value is 4, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #045adb hue: 0.60 , saturation: 0.96 and the lightness value of 045adb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011010 11011011
Octal 4 132 333
Decimal 4 90 219
Hex 4 5A DB

RGB Percentages of Color #045adb

%1.28
%28.75
%69.97

CMYK Percentages of Color #045adb

%98
%59
%0
%14

Triadic Colors of #045adb

#045adb #db045a #5adb04

Analogous Colors of #045adb

#045adb #1904db #04c6db

Monochromatic Colors of #045adb

#045adb

Complementary Color

#045adb #db8504

#045adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#045adb Color CSS Codes

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

#045adb Text Font Color

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

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


#045adb Background Color

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

This div background color is #045adb


#045adb Border Color

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

This div border color is #045adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045adb


Comments

No comments written yet.

Please login to write comment.