Color Hex Logo

#045dad Color Hex

#045DAD
(4,93,173)
0 Favorites   0 Comments

Color spaces of #045dad

RGB 493173
HSL0.580.950.35
HSV208°98°68°
CMYK 0.980.460.00   0.32
XYZ11.507210.871641.0271
Yxy10.87160.18150.1715
Hunter Lab32.97214.5950-50.6939
CIE-Lab39.36348.7159-49.0013

#045dad color RGB value is (4,93,173).

#045dad hex color red value is 4, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #045dad hue: 0.58 , saturation: 0.95 and the lightness value of 045dad is 0.35.

The process color (four color CMYK) of #045dad color hex is 0.98, 0.46, 0.00, 0.32. Web safe color of #045dad is #006699. Color #045dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011101 10101101
Octal 4 135 255
Decimal 4 93 173
Hex 4 5D AD

RGB Percentages of Color #045dad

%1.48
%34.44
%64.07

CMYK Percentages of Color #045dad

%98
%46
%0
%32

Triadic Colors of #045dad

#045dad #ad045d #5dad04

Analogous Colors of #045dad

#045dad #0408ad #04ada9

Monochromatic Colors of #045dad

#045dad

Complementary Color

#045dad #ad5404

#045dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#045dad Color CSS Codes

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

#045dad Text Font Color

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

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


#045dad Background Color

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

This div background color is #045dad


#045dad Border Color

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

This div border color is #045dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045dad


Comments

No comments written yet.

Please login to write comment.