Color Hex Logo

#568dca Color Hex

#568DCA
(86,141,202)
0 Favorites   0 Comments

Color spaces of #568dca

RGB 86141202
HSL0.590.520.56
HSV212°57°79°
CMYK 0.570.300.00   0.21
XYZ24.023325.292559.4929
Yxy25.29250.22080.2324
Hunter Lab50.2916-2.7446-34.9334
CIE-Lab57.3593-0.0722-37.0237

#568dca color RGB value is (86,141,202).

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

The process color (four color CMYK) of #568dca color hex is 0.57, 0.30, 0.00, 0.21. Web safe color of #568dca is #6699cc. Color #568dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 11001010
Octal 126 215 312
Decimal 86 141 202
Hex 56 8D CA

RGB Percentages of Color #568dca

%20.05
%32.87
%47.09

CMYK Percentages of Color #568dca

%57
%30
%0
%21

Triadic Colors of #568dca

#568dca #ca568d #8dca56

Analogous Colors of #568dca

#568dca #5956ca #56c7ca

Monochromatic Colors of #568dca

#568dca

Complementary Color

#568dca #ca9356

#568dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dca Color CSS Codes

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

#568dca Text Font Color

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

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


#568dca Background Color

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

This div background color is #568dca


#568dca Border Color

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

This div border color is #568dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,141,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dca


Comments

No comments written yet.

Please login to write comment.