Color Hex Logo

#567fef Color Hex

#567FEF
(86,127,239)
0 Favorites   0 Comments

Color spaces of #567fef

RGB 86127239
HSL0.620.830.64
HSV224°64°94°
CMYK 0.640.470.00   0.06
XYZ27.007123.389284.7525
Yxy23.38920.19980.1731
Hunter Lab48.362415.0459-70.0489
CIE-Lab55.471020.6481-60.7500

#567fef color RGB value is (86,127,239).

#567fef hex color red value is 86, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #567fef hue: 0.62 , saturation: 0.83 and the lightness value of 567fef is 0.64.

The process color (four color CMYK) of #567fef color hex is 0.64, 0.47, 0.00, 0.06. Web safe color of #567fef is #6666ff. Color #567fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111111 11101111
Octal 126 177 357
Decimal 86 127 239
Hex 56 7F EF

RGB Percentages of Color #567fef

%19.03
%28.10
%52.88

CMYK Percentages of Color #567fef

%64
%47
%0
%6

Triadic Colors of #567fef

#567fef #ef567f #7fef56

Analogous Colors of #567fef

#567fef #7a56ef #56ccef

Monochromatic Colors of #567fef

#567fef

Complementary Color

#567fef #efc656

#567fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#567fef Color CSS Codes

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

#567fef Text Font Color

<p style="color:#567fef">Text here</p>

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


#567fef Background Color

<div style="background-color:#567fef">
Div content here</div>

This div background color is #567fef


#567fef Border Color

<div style="border:3px solid #567fef">
Div here</div>

This div border color is #567fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,127,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567fef;
  -webkit-box-shadow: 1px 1px 3px 2px #567fef;
  box-shadow:         1px 1px 3px 2px #567fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567fef


Comments

No comments written yet.

Please login to write comment.