Color Hex Logo

#045afd Color Hex

#045AFD
(4,90,253)
0 Favorites   0 Comments

Color spaces of #045afd

RGB 490253
HSL0.610.980.50
HSV219°98°99°
CMYK 0.980.640.00   0.01
XYZ21.435914.430094.5840
Yxy14.43000.16430.1106
Hunter Lab37.986834.2502-121.0363
CIE-Lab44.843442.0924-85.9287

#045afd color RGB value is (4,90,253).

#045afd hex color red value is 4, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #045afd hue: 0.61 , saturation: 0.98 and the lightness value of 045afd is 0.50.

The process color (four color CMYK) of #045afd color hex is 0.98, 0.64, 0.00, 0.01. Web safe color of #045afd is #0066ff. Color #045afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011010 11111101
Octal 4 132 375
Decimal 4 90 253
Hex 4 5A FD

RGB Percentages of Color #045afd

%1.15
%25.94
%72.91

CMYK Percentages of Color #045afd

%98
%64
%0
%1

Triadic Colors of #045afd

#045afd #fd045a #5afd04

Analogous Colors of #045afd

#045afd #2a04fd #04d7fd

Monochromatic Colors of #045afd

#045afd

Complementary Color

#045afd #fda704

#045afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#045afd Color CSS Codes

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

#045afd Text Font Color

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

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


#045afd Background Color

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

This div background color is #045afd


#045afd Border Color

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

This div border color is #045afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045afd

Related Colors


Comments

No comments written yet.

Please login to write comment.