Color Hex Logo

#045dfd Color Hex

#045DFD
(4,93,253)
0 Favorites   0 Comments

Color spaces of #045dfd

RGB 493253
HSL0.610.980.50
HSV219°98°99°
CMYK 0.980.630.00   0.01
XYZ21.694014.946494.6700
Yxy14.94640.16520.1138
Hunter Lab38.660632.5075-118.1239
CIE-Lab45.560740.2173-84.7498

#045dfd color RGB value is (4,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011101 11111101
Octal 4 135 375
Decimal 4 93 253
Hex 4 5D FD

RGB Percentages of Color #045dfd

%1.14
%26.57
%72.29

CMYK Percentages of Color #045dfd

%98
%63
%0
%1

Triadic Colors of #045dfd

#045dfd #fd045d #5dfd04

Analogous Colors of #045dfd

#045dfd #2704fd #04dafd

Monochromatic Colors of #045dfd

#045dfd

Complementary Color

#045dfd #fda404

#045dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#045dfd Color CSS Codes

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

#045dfd Text Font Color

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

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


#045dfd Background Color

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

This div background color is #045dfd


#045dfd Border Color

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

This div border color is #045dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045dfd


Comments

No comments written yet.

Please login to write comment.