Color Hex Logo

#568fca Color Hex

#568FCA
(86,143,202)
0 Favorites   0 Comments

Color spaces of #568fca

RGB 86143202
HSL0.580.520.56
HSV211°57°79°
CMYK 0.570.290.00   0.21
XYZ24.320925.887659.5921
Yxy25.88760.22150.2358
Hunter Lab50.8799-3.7156-33.8264
CIE-Lab57.9302-1.2329-36.1302

#568fca color RGB value is (86,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001111 11001010
Octal 126 217 312
Decimal 86 143 202
Hex 56 8F CA

RGB Percentages of Color #568fca

%19.95
%33.18
%46.87

CMYK Percentages of Color #568fca

%57
%29
%0
%21

Triadic Colors of #568fca

#568fca #ca568f #8fca56

Analogous Colors of #568fca

#568fca #5756ca #56c9ca

Monochromatic Colors of #568fca

#568fca

Complementary Color

#568fca #ca9156

#568fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#568fca Color CSS Codes

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

#568fca Text Font Color

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

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


#568fca Background Color

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

This div background color is #568fca


#568fca Border Color

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

This div border color is #568fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568fca


Comments

No comments written yet.

Please login to write comment.