Color Hex Logo

#568dfa Color Hex

#568DFA
(86,141,250)
0 Favorites   0 Comments

Color spaces of #568dfa

RGB 86141250
HSL0.610.940.66
HSV220°66°98°
CMYK 0.660.440.00   0.02
XYZ30.617927.930394.2198
Yxy27.93030.20040.1828
Hunter Lab52.849110.9272-68.7083
CIE-Lab59.825715.9189-59.8519

#568dfa color RGB value is (86,141,250).

#568dfa hex color red value is 86, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #568dfa hue: 0.61 , saturation: 0.94 and the lightness value of 568dfa is 0.66.

The process color (four color CMYK) of #568dfa color hex is 0.66, 0.44, 0.00, 0.02. Web safe color of #568dfa is #6699ff. Color #568dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 11111010
Octal 126 215 372
Decimal 86 141 250
Hex 56 8D FA

RGB Percentages of Color #568dfa

%18.03
%29.56
%52.41

CMYK Percentages of Color #568dfa

%66
%44
%0
%2

Triadic Colors of #568dfa

#568dfa #fa568d #8dfa56

Analogous Colors of #568dfa

#568dfa #7156fa #56dffa

Monochromatic Colors of #568dfa

#568dfa

Complementary Color

#568dfa #fac356

#568dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dfa Color CSS Codes

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

#568dfa Text Font Color

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

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


#568dfa Background Color

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

This div background color is #568dfa


#568dfa Border Color

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

This div border color is #568dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.