Color Hex Logo

#567caf Color Hex

#567CAF
(86,124,175)
0 Favorites   0 Comments

Color spaces of #567caf

RGB 86124175
HSL0.600.360.51
HSV214°51°69°
CMYK 0.510.290.00   0.31
XYZ18.783319.488943.3292
Yxy19.48890.23020.2388
Hunter Lab44.1462-1.3079-27.2903
CIE-Lab51.25441.3484-31.1524

#567caf color RGB value is (86,124,175).

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

The process color (four color CMYK) of #567caf color hex is 0.51, 0.29, 0.00, 0.31. Web safe color of #567caf is #666699. Color #567caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 10101111
Octal 126 174 257
Decimal 86 124 175
Hex 56 7C AF

RGB Percentages of Color #567caf

%22.34
%32.21
%45.45

CMYK Percentages of Color #567caf

%51
%29
%0
%31

Triadic Colors of #567caf

#567caf #af567c #7caf56

Analogous Colors of #567caf

#567caf #5d56af #56a9af

Monochromatic Colors of #567caf

#567caf

Complementary Color

#567caf #af8956

#567caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#567caf Color CSS Codes

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

#567caf Text Font Color

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

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


#567caf Background Color

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

This div background color is #567caf


#567caf Border Color

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

This div border color is #567caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567caf


Comments

No comments written yet.

Please login to write comment.