Color Hex Logo

#567cc8 Color Hex

#567CC8
(86,124,200)
0 Favorites   0 Comments

Color spaces of #567cc8

RGB 86124200
HSL0.610.510.56
HSV220°57°78°
CMYK 0.570.380.00   0.22
XYZ21.470720.563957.4812
Yxy20.56390.21580.2066
Hunter Lab45.34745.1566-43.4112
CIE-Lab52.46899.3886-43.5914

#567cc8 color RGB value is (86,124,200).

#567cc8 hex color red value is 86, green value is 124 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #567cc8 hue: 0.61 , saturation: 0.51 and the lightness value of 567cc8 is 0.56.

The process color (four color CMYK) of #567cc8 color hex is 0.57, 0.38, 0.00, 0.22. Web safe color of #567cc8 is #6666cc. Color #567cc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 11001000
Octal 126 174 310
Decimal 86 124 200
Hex 56 7C C8

RGB Percentages of Color #567cc8

%20.98
%30.24
%48.78

CMYK Percentages of Color #567cc8

%57
%38
%0
%22

Triadic Colors of #567cc8

#567cc8 #c8567c #7cc856

Analogous Colors of #567cc8

#567cc8 #6956c8 #56b5c8

Monochromatic Colors of #567cc8

#567cc8

Complementary Color

#567cc8 #c8a256

#567cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#567cc8 Color CSS Codes

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

#567cc8 Text Font Color

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

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


#567cc8 Background Color

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

This div background color is #567cc8


#567cc8 Border Color

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

This div border color is #567cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567cc8


Comments

No comments written yet.

Please login to write comment.