Color Hex Logo

#045dd1 Color Hex

#045DD1
(4,93,209)
0 Favorites   0 Comments

Color spaces of #045dd1

RGB 493209
HSL0.590.960.42
HSV214°98°82°
CMYK 0.980.560.00   0.18
XYZ15.473012.458061.9107
Yxy12.45800.17220.1387
Hunter Lab35.295916.4830-79.2904
CIE-Lab41.935023.2925-65.8030

#045dd1 color RGB value is (4,93,209).

#045dd1 hex color red value is 4, green value is 93 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #045dd1 hue: 0.59 , saturation: 0.96 and the lightness value of 045dd1 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011101 11010001
Octal 4 135 321
Decimal 4 93 209
Hex 4 5D D1

RGB Percentages of Color #045dd1

%1.31
%30.39
%68.30

CMYK Percentages of Color #045dd1

%98
%56
%0
%18

Triadic Colors of #045dd1

#045dd1 #d1045d #5dd104

Analogous Colors of #045dd1

#045dd1 #1204d1 #04c4d1

Monochromatic Colors of #045dd1

#045dd1

Complementary Color

#045dd1 #d17804

#045dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045dd1 Color CSS Codes

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

#045dd1 Text Font Color

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

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


#045dd1 Background Color

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

This div background color is #045dd1


#045dd1 Border Color

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

This div border color is #045dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045dd1


Comments

No comments written yet.

Please login to write comment.