Color Hex Logo

#567abe Color Hex

#567ABE
(86,122,190)
0 Favorites   0 Comments

Color spaces of #567abe

RGB 86122190
HSL0.610.440.54
HSV219°55°75°
CMYK 0.550.360.00   0.25
XYZ20.091519.615251.4424
Yxy19.61520.22040.2152
Hunter Lab44.28913.4698-37.8639
CIE-Lab51.39937.3336-39.5642

#567abe color RGB value is (86,122,190).

#567abe hex color red value is 86, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #567abe hue: 0.61 , saturation: 0.44 and the lightness value of 567abe is 0.54.

The process color (four color CMYK) of #567abe color hex is 0.55, 0.36, 0.00, 0.25. Web safe color of #567abe is #6666cc. Color #567abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111010 10111110
Octal 126 172 276
Decimal 86 122 190
Hex 56 7A BE

RGB Percentages of Color #567abe

%21.61
%30.65
%47.74

CMYK Percentages of Color #567abe

%55
%36
%0
%25

Triadic Colors of #567abe

#567abe #be567a #7abe56

Analogous Colors of #567abe

#567abe #6656be #56aebe

Monochromatic Colors of #567abe

#567abe

Complementary Color

#567abe #be9a56

#567abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#567abe Color CSS Codes

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

#567abe Text Font Color

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

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


#567abe Background Color

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

This div background color is #567abe


#567abe Border Color

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

This div border color is #567abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567abe


Comments

No comments written yet.

Please login to write comment.