Color Hex Logo

#0568cc Color Hex

#0568CC
(5,104,204)
1 Favorites   0 Comments

Color spaces of #0568cc

RGB 5104204
HSL0.580.950.41
HSV210°98°80°
CMYK 0.980.490.00   0.20
XYZ15.912014.292559.0468
Yxy14.29250.17830.1601
Hunter Lab37.80548.9697-66.1389
CIE-Lab44.649514.1498-58.5274

#0568cc color RGB value is (5,104,204).

#0568cc hex color red value is 5, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0568cc hue: 0.58 , saturation: 0.95 and the lightness value of 0568cc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101000 11001100
Octal 5 150 314
Decimal 5 104 204
Hex 5 68 CC

RGB Percentages of Color #0568cc

%1.60
%33.23
%65.18

CMYK Percentages of Color #0568cc

%98
%49
%0
%20

Triadic Colors of #0568cc

#0568cc #cc0568 #68cc05

Analogous Colors of #0568cc

#0568cc #0505cc #05cccc

Monochromatic Colors of #0568cc

#0568cc

Complementary Color

#0568cc #cc6905

#0568cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0568cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0568cc Color CSS Codes

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

#0568cc Text Font Color

<p style="color:#0568cc">Text here</p>

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


#0568cc Background Color

<div style="background-color:#0568cc">
Div content here</div>

This div background color is #0568cc


#0568cc Border Color

<div style="border:3px solid #0568cc">
Div here</div>

This div border color is #0568cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,104,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0568cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0568cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0568cc;
  box-shadow:         1px 1px 3px 2px #0568cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0568cc


Comments

No comments written yet.

Please login to write comment.