Color Hex Logo

#0540dd Color Hex

#0540DD
(5,64,221)
0 Favorites   0 Comments

Color spaces of #0540dd

RGB 564221
HSL0.620.960.44
HSV224°98°87°
CMYK 0.980.710.00   0.13
XYZ14.94718.919569.3405
Yxy8.91950.16040.0957
Hunter Lab29.865537.0710-116.7511
CIE-Lab35.828846.4832-82.7101

#0540dd color RGB value is (5,64,221).

#0540dd hex color red value is 5, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0540dd hue: 0.62 , saturation: 0.96 and the lightness value of 0540dd is 0.44.

The process color (four color CMYK) of #0540dd color hex is 0.98, 0.71, 0.00, 0.13. Web safe color of #0540dd is #0033cc. Color #0540dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 11011101
Octal 5 100 335
Decimal 5 64 221
Hex 5 40 DD

RGB Percentages of Color #0540dd

%1.72
%22.07
%76.21

CMYK Percentages of Color #0540dd

%98
%71
%0
%13

Triadic Colors of #0540dd

#0540dd #dd0540 #40dd05

Analogous Colors of #0540dd

#0540dd #3605dd #05acdd

Monochromatic Colors of #0540dd

#0540dd

Complementary Color

#0540dd #dda205

#0540dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0540dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0540dd Color CSS Codes

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

#0540dd Text Font Color

<p style="color:#0540dd">Text here</p>

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


#0540dd Background Color

<div style="background-color:#0540dd">
Div content here</div>

This div background color is #0540dd


#0540dd Border Color

<div style="border:3px solid #0540dd">
Div here</div>

This div border color is #0540dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,64,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0540dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0540dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0540dd;
  box-shadow:         1px 1px 3px 2px #0540dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0540dd


Comments

No comments written yet.

Please login to write comment.