Color Hex Logo

#0561dc Color Hex

#0561DC
(5,97,220)
0 Favorites   0 Comments

Color spaces of #0561dc

RGB 597220
HSL0.600.960.44
HSV214°98°86°
CMYK 0.980.560.00   0.14
XYZ17.255513.749069.4545
Yxy13.74900.17180.1369
Hunter Lab37.079618.1779-85.1013
CIE-Lab43.870825.0535-68.9389

#0561dc color RGB value is (5,97,220).

#0561dc hex color red value is 5, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0561dc hue: 0.60 , saturation: 0.96 and the lightness value of 0561dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 11011100
Octal 5 141 334
Decimal 5 97 220
Hex 5 61 DC

RGB Percentages of Color #0561dc

%1.55
%30.12
%68.32

CMYK Percentages of Color #0561dc

%98
%56
%0
%14

Triadic Colors of #0561dc

#0561dc #dc0561 #61dc05

Analogous Colors of #0561dc

#0561dc #1405dc #05cddc

Monochromatic Colors of #0561dc

#0561dc

Complementary Color

#0561dc #dc8005

#0561dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0561dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0561dc Color CSS Codes

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

#0561dc Text Font Color

<p style="color:#0561dc">Text here</p>

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


#0561dc Background Color

<div style="background-color:#0561dc">
Div content here</div>

This div background color is #0561dc


#0561dc Border Color

<div style="border:3px solid #0561dc">
Div here</div>

This div border color is #0561dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,97,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0561dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0561dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0561dc;
  box-shadow:         1px 1px 3px 2px #0561dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0561dc


Comments

No comments written yet.

Please login to write comment.