Color Hex Logo

#0564cd Color Hex

#0564CD
(5,100,205)
0 Favorites   0 Comments

Color spaces of #0564cd

RGB 5100205
HSL0.590.950.41
HSV212°98°80°
CMYK 0.980.510.00   0.20
XYZ15.639213.554459.5496
Yxy13.55440.17620.1527
Hunter Lab36.816311.3965-70.1289
CIE-Lab43.587017.1458-60.8210

#0564cd color RGB value is (5,100,205).

#0564cd hex color red value is 5, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0564cd hue: 0.59 , saturation: 0.95 and the lightness value of 0564cd is 0.41.

The process color (four color CMYK) of #0564cd color hex is 0.98, 0.51, 0.00, 0.20. Web safe color of #0564cd is #0066cc. Color #0564cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100100 11001101
Octal 5 144 315
Decimal 5 100 205
Hex 5 64 CD

RGB Percentages of Color #0564cd

%1.61
%32.26
%66.13

CMYK Percentages of Color #0564cd

%98
%51
%0
%20

Triadic Colors of #0564cd

#0564cd #cd0564 #64cd05

Analogous Colors of #0564cd

#0564cd #0a05cd #05c8cd

Monochromatic Colors of #0564cd

#0564cd

Complementary Color

#0564cd #cd6e05

#0564cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0564cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0564cd Color CSS Codes

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

#0564cd Text Font Color

<p style="color:#0564cd">Text here</p>

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


#0564cd Background Color

<div style="background-color:#0564cd">
Div content here</div>

This div background color is #0564cd


#0564cd Border Color

<div style="border:3px solid #0564cd">
Div here</div>

This div border color is #0564cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,100,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0564cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0564cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0564cd;
  box-shadow:         1px 1px 3px 2px #0564cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0564cd


Comments

No comments written yet.

Please login to write comment.