Color Hex Logo

#568dcd Color Hex

#568DCD
(86,141,205)
0 Favorites   0 Comments

Color spaces of #568dcd

RGB 86141205
HSL0.590.540.57
HSV212°58°80°
CMYK 0.580.310.00   0.20
XYZ24.382125.436061.3822
Yxy25.43600.21930.2287
Hunter Lab50.4341-1.9648-36.8566
CIE-Lab57.49780.8970-38.4977

#568dcd color RGB value is (86,141,205).

#568dcd hex color red value is 86, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #568dcd hue: 0.59 , saturation: 0.54 and the lightness value of 568dcd is 0.57.

The process color (four color CMYK) of #568dcd color hex is 0.58, 0.31, 0.00, 0.20. Web safe color of #568dcd is #6699cc. Color #568dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 11001101
Octal 126 215 315
Decimal 86 141 205
Hex 56 8D CD

RGB Percentages of Color #568dcd

%19.91
%32.64
%47.45

CMYK Percentages of Color #568dcd

%58
%31
%0
%20

Triadic Colors of #568dcd

#568dcd #cd568d #8dcd56

Analogous Colors of #568dcd

#568dcd #5b56cd #56c9cd

Monochromatic Colors of #568dcd

#568dcd

Complementary Color

#568dcd #cd9656

#568dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dcd Color CSS Codes

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

#568dcd Text Font Color

<p style="color:#568dcd">Text here</p>

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


#568dcd Background Color

<div style="background-color:#568dcd">
Div content here</div>

This div background color is #568dcd


#568dcd Border Color

<div style="border:3px solid #568dcd">
Div here</div>

This div border color is #568dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,141,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #568dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #568dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #568dcd;
  box-shadow:         1px 1px 3px 2px #568dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,141,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 #568dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dcd


Comments

No comments written yet.

Please login to write comment.